Microsoft DirectX 8.1 (C++)

ICADenial::get_DeniedObject

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The get_DeniedObject method retrieves the object that this denial is blocking.

Syntax

HRESULT get_DeniedObject(
  IUnknown**  ppUnkDenied
);

Parameters

  ppUnkDenied

[out]  Pointer to a variable that receives an IUnknown interface pointer.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

To determine the type of object, call IUnknown::QueryInterface on the returned pointer. Possible object types include the following:

The returned IUnknown interface has an outstanding reference count. The caller must release the interface.

See Also