in reply to Re^2: Win32::API and pointer of dword
in thread Win32::API and pointer of dword
len is will never be NULL pointer. It'll never be zero. If you want the ability to pass NULL, we'll have to do more work. Which of the following is true?
And then there's return ERROR; in a function of return type void...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Win32::API and pointer of dword
by cbrauner (Novice) on Aug 18, 2009 at 15:31 UTC | |
by ikegami (Patriarch) on Aug 18, 2009 at 16:30 UTC |