Click here to Skip to main content
15,900,725 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: ListView Headrs Pin
User 58385220-Dec-06 11:37
User 58385220-Dec-06 11:37 
GeneralRe: ListView Headrs Pin
bsaksida20-Dec-06 11:43
bsaksida20-Dec-06 11:43 
GeneralRe: ListView Headrs Pin
bsaksida21-Dec-06 9:09
bsaksida21-Dec-06 9:09 
Generalthis has been way too long Pin
V.19-Dec-06 2:24
professionalV.19-Dec-06 2:24 
GeneralRe: this has been way too long Pin
led mike19-Dec-06 4:44
led mike19-Dec-06 4:44 
GeneralRe: this has been way too long Pin
V.19-Dec-06 4:51
professionalV.19-Dec-06 4:51 
GeneralRe: this has been way too long Pin
led mike19-Dec-06 5:16
led mike19-Dec-06 5:16 
QuestionWriteFile functionality Pin
g_sasha18-Dec-06 21:41
g_sasha18-Dec-06 21:41 
BOOL WriteFile(
HANDLE hFile, // handle to file to write to
LPCVOID lpBuffer, // pointer to data to write to file
DWORD nNumberOfBytesToWrite, // number of bytes to write
LPDWORD lpNumberOfBytesWritten, // pointer to number of bytes written
LPOVERLAPPED lpOverlapped // pointer to structure for overlapped I/O
);

When using this function and it's return false (failed) can i rely on lpNumberOfBytesWritten value?
(no answer in MSDN)
AnswerRe: WriteFile functionality Pin
led mike19-Dec-06 4:49
led mike19-Dec-06 4:49 
GeneralRe: WriteFile functionality Pin
g_sasha19-Dec-06 5:08
g_sasha19-Dec-06 5:08 
GeneralRe: WriteFile functionality Pin
led mike19-Dec-06 5:18
led mike19-Dec-06 5:18 
GeneralRe: WriteFile functionality Pin
g_sasha19-Dec-06 5:59
g_sasha19-Dec-06 5:59 
GeneralRe: WriteFile functionality Pin
User 58385219-Dec-06 12:05
User 58385219-Dec-06 12:05 
GeneralRe: WriteFile functionality Pin
g_sasha19-Dec-06 20:58
g_sasha19-Dec-06 20:58 
QuestionSystem::Windows::Forms Namespace ?? Pin
Fritzables18-Dec-06 15:03
Fritzables18-Dec-06 15:03 
AnswerRe: System::Windows::Forms Namespace ?? Pin
bsaksida18-Dec-06 19:49
bsaksida18-Dec-06 19:49 
GeneralRe: System::Windows::Forms Namespace ?? Pin
Fritzables19-Dec-06 12:45
Fritzables19-Dec-06 12:45 
AnswerRe: System::Windows::Forms Namespace ?? Pin
GirishKB19-Dec-06 19:36
GirishKB19-Dec-06 19:36 
GeneralRe: System::Windows::Forms Namespace ?? Pin
Fritzables19-Dec-06 20:07
Fritzables19-Dec-06 20:07 
GeneralRe: System::Windows::Forms Namespace ?? Pin
bsaksida19-Dec-06 20:40
bsaksida19-Dec-06 20:40 
GeneralRe: System::Windows::Forms Namespace ?? Pin
Fritzables19-Dec-06 21:06
Fritzables19-Dec-06 21:06 
GeneralRe: System::Windows::Forms Namespace ?? Pin
GirishKB19-Dec-06 20:41
GirishKB19-Dec-06 20:41 
GeneralRe: System::Windows::Forms Namespace ?? Pin
Fritzables19-Dec-06 21:04
Fritzables19-Dec-06 21:04 
GeneralRe: System::Windows::Forms Namespace ?? Pin
Fritzables20-Dec-06 10:13
Fritzables20-Dec-06 10:13 
GeneralRe: System::Windows::Forms Namespace ?? Pin
GirishKB20-Dec-06 16:34
GirishKB20-Dec-06 16:34 

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.