Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The StateChanged method is called when the state of a denial changes.
Syntax
HRESULT StateChanged(
ICADenial* pDenial,
CADenialState enStateFrom
);
Parameters
pDenial
[in] Pointer to the ICADenial interface of the denial.
enStateFrom
[in] Member of the CADenialState Enumeration type. The value specifies the previous state, or the description field that changed.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 3.
See Also