d3d9.dllGetAnnotation
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXEffectCompiler::GetAnnotation Method


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.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.