Click here to Skip to main content
16,007,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EnumProcesses vs HKEY_PERFORMANCE_DATA Pin
Blake Miller10-Mar-06 3:48
Blake Miller10-Mar-06 3:48 
Questionappending chunks of Bytes Pin
chaitanya229-Mar-06 6:08
chaitanya229-Mar-06 6:08 
AnswerRe: appending chunks of Bytes Pin
David Crow9-Mar-06 6:37
David Crow9-Mar-06 6:37 
GeneralRe: appending chunks of Bytes Pin
chaitanya229-Mar-06 6:48
chaitanya229-Mar-06 6:48 
GeneralRe: appending chunks of Bytes Pin
David Crow9-Mar-06 7:20
David Crow9-Mar-06 7:20 
GeneralRe: appending chunks of Bytes Pin
chaitanya2210-Mar-06 4:02
chaitanya2210-Mar-06 4:02 
Questiontlx Pin
gudda9-Mar-06 6:02
gudda9-Mar-06 6:02 
QuestionDriverPackageInstall problem!!! Pin
honae9-Mar-06 5:52
honae9-Mar-06 5:52 
Hi,

did someone use the DrivePackageInstall? I used the follow code to test but this give to me two error messages( "can't open or write in the file"or "the syntax of file name, folder or volume is wrong" )

int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{

char *pathInfFile = "C:\\driver\\mdmazlw.inf";

BOOL needReboot = FALSE;
DWORD driverInstalled;
driverInstalled = DriverPackageInstall(pathInfFile,
DRIVER_PACKAGE_SILENT,
NULL, &needReboot );


if(driverInstalled == ERROR_ACCESS_DENIED)
MessageBox(NULL,"problem","Test",MB_OK);


if(needReboot)
MessageBox(NULL,"Reinicie o computador para completar a instalação","Teste",MB_OK);
else
MessageBox(NULL,"Instalação efetuada com sucesso","Teste",MB_OK);

return 0;
}



I need help!!!



Gratefull,



Hélio

QuestionHelp with importing .dll Pin
kialmur9-Mar-06 5:23
kialmur9-Mar-06 5:23 
QuestionRe: Help with importing .dll Pin
David Crow9-Mar-06 5:37
David Crow9-Mar-06 5:37 
AnswerRe: Help with importing .dll Pin
kialmur9-Mar-06 6:24
kialmur9-Mar-06 6:24 
QuestionRe: Help with importing .dll Pin
David Crow9-Mar-06 6:33
David Crow9-Mar-06 6:33 
AnswerRe: Help with importing .dll Pin
kialmur9-Mar-06 7:00
kialmur9-Mar-06 7:00 
GeneralRe: Help with importing .dll Pin
David Crow9-Mar-06 7:14
David Crow9-Mar-06 7:14 
QuestionCorrect font size Pin
Jim Crafton9-Mar-06 5:01
Jim Crafton9-Mar-06 5:01 
AnswerRe: Correct font size Pin
oshah9-Mar-06 5:42
oshah9-Mar-06 5:42 
GeneralRe: Correct font size Pin
Jim Crafton9-Mar-06 5:54
Jim Crafton9-Mar-06 5:54 
GeneralRe: Correct font size Pin
oshah9-Mar-06 13:08
oshah9-Mar-06 13:08 
AnswerRe: Correct font size Pin
includeh109-Mar-06 8:12
includeh109-Mar-06 8:12 
QuestionNetMeeting, codecs and soundcards! Pin
69 Bay9-Mar-06 4:58
69 Bay9-Mar-06 4:58 
AnswerRe: NetMeeting, codecs and soundcards! Pin
Ryan Binns9-Mar-06 17:50
Ryan Binns9-Mar-06 17:50 
GeneralRe: NetMeeting, codecs and soundcards! Pin
69 Bay9-Mar-06 22:14
69 Bay9-Mar-06 22:14 
Questionwindows system volume Pin
markhaslehurst9-Mar-06 2:02
markhaslehurst9-Mar-06 2:02 
AnswerRe: windows system volume Pin
Monty29-Mar-06 2:14
Monty29-Mar-06 2:14 
GeneralRe: windows system volume Pin
Hamid_RT9-Mar-06 2:16
Hamid_RT9-Mar-06 2:16 

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.