Gets the handle of an annotation.
D3DXHANDLE GetAnnotation( D3DXHANDLE hObject, UINT Index );
Returns the handle of the specified annotation, or NULL if the index was invalid. See Handles.
Annotations are user-specific data that can be attached to any technique, pass, or parameter. See Handles.
Header: Declared in D3dx9effect.h.