Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.91 KB

nf-d3dcommon-id3ddestructionotifier-unregisterdestructioncallback.md

File metadata and controls

65 lines (53 loc) · 2.91 KB
UID title description helpviewer_keywords tech.root ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3dcommon.ID3DDestructionNotifier.UnregisterDestructionCallback
ID3DDestructionNotifier::UnregisterDestructionCallback (d3dcommon.h)
Unregisters a callback that was registered with [RegisterDestructionCallback](/windows/win32/api/d3dcommon/nf-d3dcommon-id3ddestructionotifier-registerdestructioncallback).
ID3DDestructionNotifier interface [Direct3D]
UnregisterDestructionCallback method
ID3DDestructionNotifier.UnregisterDestructionCallback
ID3DDestructionNotifier::UnregisterDestructionCallback
UnregisterDestructionCallback
UnregisterDestructionCallback method [Direct3D]
UnregisterDestructionCallback method [Direct3D]
ID3DDestructionNotifier interface
d3dcommon/ID3DDestructionNotifier::UnregisterDestructionCallback
direct3d11.id3ddestructionnotifier_unregisterdestructioncallback
direct3d11
10/06/2020
ID3DDestructionNotifier interface [Direct3D],UnregisterDestructionCallback method, ID3DDestructionNotifier.UnregisterDestructionCallback, ID3DDestructionNotifier::UnregisterDestructionCallback, UnregisterDestructionCallback, UnregisterDestructionCallback method [Direct3D], UnregisterDestructionCallback method [Direct3D],ID3DDestructionNotifier interface, d3dcommon/ID3DDestructionNotifier::UnregisterDestructionCallback, direct3d11.id3ddestructionnotifier_unregisterdestructioncallback
d3dcommon.h
Windows
Windows
ID3DDestructionNotifier::UnregisterDestructionCallback
d3dcommon/ID3DDestructionNotifier::UnregisterDestructionCallback
c++
APIRef
kbSyntax
COM
d3dcommon.h
ID3DDestructionNotifier.UnregisterDestructionCallback

-description

Unregisters a callback that was registered with RegisterDestructionCallback.

-parameters

-param callbackID

Type: UINT

The UINT that was created by the pCallbackID argument to ID3DDestructionNotifier::RegisterDestructionCallback.

-returns

Type: HRESULT

If this function succeeds, it returns S_OK.

-see-also

ID3DDestructionNotifier

ID3DDestructionNotifier::RegisterDestructionCallback