Gets the handle of an annotation by looking up its name.
D3DXHANDLE GetAnnotationByName( D3DXHANDLE hObject, LPCSTR pName );
Returns the handle of the specified annotation, or NULL if the name was not found. See Handles.
Header: Declared in D3dx9effect.h.