Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: focus in edit control Pin
Nishad S9-Sep-07 20:08
Nishad S9-Sep-07 20:08 
GeneralRe: focus in edit control Pin
bhogavalli suresh9-Sep-07 20:29
bhogavalli suresh9-Sep-07 20:29 
GeneralRe: focus in edit control Pin
Nishad S9-Sep-07 20:32
Nishad S9-Sep-07 20:32 
GeneralRe: focus in edit control Pin
Wamuti9-Sep-07 21:35
Wamuti9-Sep-07 21:35 
GeneralRe: focus in edit control Pin
Nishad S9-Sep-07 22:24
Nishad S9-Sep-07 22:24 
AnswerRe: focus in edit control Pin
Sreedhar DV9-Sep-07 20:33
Sreedhar DV9-Sep-07 20:33 
AnswerRe: focus in edit control Pin
Wamuti9-Sep-07 21:25
Wamuti9-Sep-07 21:25 
GeneralRe: focus in edit control Pin
Stephen Hewitt9-Sep-07 22:03
Stephen Hewitt9-Sep-07 22:03 
QuestionRe: focus in edit control Pin
Wamuti9-Sep-07 22:47
Wamuti9-Sep-07 22:47 
GeneralRe: focus in edit control Pin
Wamuti9-Sep-07 22:54
Wamuti9-Sep-07 22:54 
QuestionDeviceIoControl Pin
Waldermort9-Sep-07 19:26
Waldermort9-Sep-07 19:26 
AnswerRe: DeviceIoControl Pin
Nishad S9-Sep-07 20:11
Nishad S9-Sep-07 20:11 
GeneralRe: DeviceIoControl Pin
Waldermort9-Sep-07 20:14
Waldermort9-Sep-07 20:14 
GeneralRe: DeviceIoControl Pin
Nishad S9-Sep-07 20:30
Nishad S9-Sep-07 20:30 
Just for confirmation...

Platform SDK: Device I/O
DeviceIoControl

The DeviceIoControl function sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.


BOOL DeviceIoControl(
HANDLE hDevice,
DWORD dwIoControlCode,
LPVOID lpInBuffer,
DWORD nInBufferSize,
LPVOID lpOutBuffer,
DWORD nOutBufferSize,
LPDWORD lpBytesReturned,
LPOVERLAPPED lpOverlapped
);

Descriptions goes........

Requirements
Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Server Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server.
Header Declared in Winbase.h; include Windows.h.

Library Link to Kernel32.lib.

DLL Requires Kernel32.dll.


Hope now OK... Smile | :)


- NS -

GeneralRe: DeviceIoControl Pin
Waldermort9-Sep-07 20:34
Waldermort9-Sep-07 20:34 
QuestionSOLVED Missing browse info in VC 6.0 [modified] Pin
Vaclav_9-Sep-07 17:06
Vaclav_9-Sep-07 17:06 
AnswerRe: Missing browse info in VC 6.0 Pin
ThatsAlok9-Sep-07 18:46
ThatsAlok9-Sep-07 18:46 
GeneralRe: Missing browse info in VC 6.0 Pin
Vaclav_9-Sep-07 20:32
Vaclav_9-Sep-07 20:32 
GeneralRe: Missing browse info in VC 6.0 Pin
ThatsAlok10-Sep-07 2:17
ThatsAlok10-Sep-07 2:17 
QuestionStart Topic Pin
monsieur_jj9-Sep-07 15:02
monsieur_jj9-Sep-07 15:02 
QuestionLINK : fatal error LNK1561: entry point must be defined?? [modified] Pin
ashokbngr9-Sep-07 14:48
ashokbngr9-Sep-07 14:48 
AnswerRe: LINK : fatal error LNK1561: entry point must be defined?? Pin
Mark Salsbery9-Sep-07 16:09
Mark Salsbery9-Sep-07 16:09 
QuestionStrange exception error while debugging Pin
minike9-Sep-07 14:05
minike9-Sep-07 14:05 
AnswerRe: Strange exception error while debugging Pin
Mark Salsbery9-Sep-07 14:16
Mark Salsbery9-Sep-07 14:16 
GeneralRe: Strange exception error while debugging Pin
minike9-Sep-07 14:41
minike9-Sep-07 14:41 

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.