Click here to Skip to main content
15,886,362 members

Comments by thuyphuongid (Top 23 by date)

thuyphuongid 21-Jan-13 2:41am View    
Deleted
i want it parsed into c++ structure
thuyphuongid 12-Jun-12 3:59am View    
thanks
thuyphuongid 12-Jun-12 2:15am View    
Thanks
thuyphuongid 12-Jun-12 2:13am View    
Thank a lot.
But i mean. When i connect the webcam device, it's always show the light. I would like to turn the light off using c++.

So sorry if i make misunderstanding.
thuyphuongid 19-Apr-12 23:52pm View    
Deleted
This is where it is occurring: if(!SUCCEEDED(dw = NtCreateThreadX(&hRemoteThread, //THREAD_ALL_ACCESS, // STANDARD_RIGHTS_ALL | SPECIFIC_RIGHTS_ALL,
0x1FFFFF, // All access
NULL,
hProcess,
(LPTHREAD_START_ROUTINE)lpRemoteThreadStart,
lpRemoteCallback,
FALSE,
NULL,
NULL,
NULL, //NULL
&Buffer
)))
{
return NULL; //
}

I have hard debug.