ymaeda
September 27, 2004, 07:48:36
Hi Marc.
I want to use
"DWORD g_dwIOOutputType = IO_STRING;".
in Filter SDK.
I tryed,
strcpy(pIOOutBuffer, ptr_str);
--> error.
pIOOutBuffer = ptr_str; (char ptr_str[];).
---> error, too.
How to use IO_STRING in Filter SDK to output string?
I want to use
"DWORD g_dwIOOutputType = IO_STRING;".
in Filter SDK.
I tryed,
strcpy(pIOOutBuffer, ptr_str);
--> error.
pIOOutBuffer = ptr_str; (char ptr_str[];).
---> error, too.
How to use IO_STRING in Filter SDK to output string?