Método ID3DDestructionNotifier::UnregisterDestructionCallback (d3dcommon.h)

Anula el registro de una devolución de llamada registrada con RegisterDestructionCallback.

Sintaxis

HRESULT UnregisterDestructionCallback(
  UINT callbackID
);

Parámetros

callbackID

Tipo: UINT

UINT creado por el argumento pCallbackID en ID3DDestructionNotifier::RegisterDestructionCallback.

Valor devuelto

Tipo: HRESULT

Si esta función se realiza correctamente, devuelve S_OK.

Requisitos

   
Plataforma de destino Windows
Encabezado d3dcommon.h

Consulte también

ID3DDestructionNotifier

ID3DDestructionNotifier::RegisterDestructionCallback