Click here to Skip to main content
15,915,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installing Unsigned Driver in x64 systems Pin
«_Superman_»3-Dec-11 17:06
professional«_Superman_»3-Dec-11 17:06 
QuestionDrive Info Pin
john563227-Nov-11 22:06
john563227-Nov-11 22:06 
AnswerRe: Drive Info Pin
Richard MacCutchan27-Nov-11 22:31
mveRichard MacCutchan27-Nov-11 22:31 
AnswerRe: Drive Info Pin
Code-o-mat27-Nov-11 22:40
Code-o-mat27-Nov-11 22:40 
GeneralRe: Drive Info Pin
john563227-Nov-11 23:06
john563227-Nov-11 23:06 
GeneralRe: Drive Info Pin
Code-o-mat27-Nov-11 23:14
Code-o-mat27-Nov-11 23:14 
GeneralRe: Drive Info Pin
john563227-Nov-11 23:52
john563227-Nov-11 23:52 
GeneralRe: Drive Info Pin
Code-o-mat28-Nov-11 0:18
Code-o-mat28-Nov-11 0:18 
As said, i never used these so this is "new land" to me too, but the example on the site seems to be usefull, try to check that out, particularry, try to change this line:
hres = pclsObj2->Get( _bstr_t(L"DeviceID"), 0, &vtProp2, 0, 0 );

into something like this:
hres = pclsObj2->Get( _bstr_t(L"StartingAddress"), 0, &vtProp2, 0, 0 );

and this:
printf("%ls : %ls\n", vtProp.bstrVal, vtProp2.bstrVal);

to this:
printf("%ls : %i64\n", vtProp.bstrVal, vtProp2.ullVal);

or somesuch. Good luck.
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> If it doesn't matter, it's antimatter.<

GeneralRe: Drive Info Pin
john563228-Nov-11 0:37
john563228-Nov-11 0:37 
GeneralRe: Drive Info Pin
Richard MacCutchan28-Nov-11 1:14
mveRichard MacCutchan28-Nov-11 1:14 
Questionc++ win32, SQL Server Connection, which one? Pin
jkirkerx27-Nov-11 13:07
professionaljkirkerx27-Nov-11 13:07 
AnswerRe: c++ win32, SQL Server Connection, which one? Pin
Albert Holguin27-Nov-11 16:01
professionalAlbert Holguin27-Nov-11 16:01 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
jkirkerx27-Nov-11 16:23
professionaljkirkerx27-Nov-11 16:23 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
Albert Holguin27-Nov-11 17:55
professionalAlbert Holguin27-Nov-11 17:55 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
Software_Developer28-Nov-11 9:37
Software_Developer28-Nov-11 9:37 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
jkirkerx28-Nov-11 9:44
professionaljkirkerx28-Nov-11 9:44 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
Software_Developer30-Nov-11 7:45
Software_Developer30-Nov-11 7:45 
GeneralRe: c++ win32, SQL Server Connection, which one? Pin
jkirkerx30-Nov-11 7:50
professionaljkirkerx30-Nov-11 7:50 
Questionto send message to console exe Pin
zon_cpp26-Nov-11 22:16
zon_cpp26-Nov-11 22:16 
AnswerRe: to send message to console exe Pin
Richard MacCutchan26-Nov-11 22:18
mveRichard MacCutchan26-Nov-11 22:18 
AnswerRe: to send message to console exe Pin
Erudite_Eric26-Nov-11 22:22
Erudite_Eric26-Nov-11 22:22 
AnswerRe: to send message to console exe Pin
Rajesh R Subramanian26-Nov-11 22:25
professionalRajesh R Subramanian26-Nov-11 22:25 
AnswerRe: to send message to console exe Pin
CPallini26-Nov-11 22:39
mveCPallini26-Nov-11 22:39 
AnswerRe: to send message to console exe Pin
Chuck O'Toole27-Nov-11 5:28
Chuck O'Toole27-Nov-11 5:28 
AnswerRe: to send message to console exe Pin
Randor 27-Nov-11 5:52
professional Randor 27-Nov-11 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.