?/TD> |
Microsoft DirectX 9.0 |
Gets the handle of an annotation.
Syntax
D3DXHANDLE GetAnnotation(
D3DXHANDLE hObject, UINT Index );
Parameters
- hObject
- [in] Handle of a technique, pass, or top-level parameter. See Handles.
- Index
- [in] Annotation index.
Return Value
Returns the handle of the specified annotation, or NULL if the index was invalid. See Handles.
Remarks
Annotations are user-specific data that can be attached to any technique, pass, or parameter. See Handles.