Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the handle of an annotation.
Syntax
D3DXHANDLE GetAnnotation(
[in] D3DXHANDLE hObject,
[in] UINT Index
);
Parameters
-
hObject [in]
-
Type: D3DXHANDLE
Handle of a technique, pass, or top-level parameter. See Handles (Direct3D 9).
-
Index [in]
-
Type: UINT
Annotation index.
Return value
Type: D3DXHANDLE
Returns the handle of the specified annotation, or NULL if the index was invalid. See Handles (Direct3D 9).
Remarks
Annotations are user-specific data that can be attached to any technique, pass, or parameter. See Handles (Direct3D 9).
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also