ValidateStringPtr (Compact 2013)
3/26/2014
This macro checks a string pointer and calls DbgBreak if the pointer is not valid.
Syntax
ValidateStringPtr(
LPCTSTR p
);
Parameters
- p
TCHAR string pointer value.
Remarks
This macro is ignored unless DEBUG or VFWROBUST is defined when the Microsoft DirectShow headers are included.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |