Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the template ID in this file data object.
Syntax
HRESULT GetType(
[in] const GUID *pType
);
Parameters
-
pType [in]
-
Type: const GUID*
Pointer to the GUID representing the template in this file data object.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DXFERR_BADVALUE.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also