Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function converts a given integer value to a wide string representation.
Syntax
void IntToWstr(
int i,
LPWSTR wstrDest
);
Parameters
- i
Integer value to be converted.
- wstrDest
LPWSTR that will contain the resulting wide string.
Return Value
None.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |