ValidateStringPtrA (Compact 2013)

3/26/2014

This macro checks an ANSI string pointer and calls DbgBreak if the pointer is not valid.

Syntax

ValidateStringPtrA(
  LPCSTR p
);

Parameters

  • p
    ANSI 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

See Also

Reference

Pointer Validation Macros