IXAPO::GetRegistrationProperties method
Returns the registration properties of an XAPO.
Syntax
virtual HRESULT GetRegistrationProperties(
XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties
) = 0;
Parameters
- ppRegistrationProperties
-
Receives a pointer to a XAPO_REGISTRATION_PROPERTIES structure containing the registration properties the XAPO was created with; use XAPOFree to free the structure.
Return value
Returns S_OK if successful; returns an error code otherwise.
Remarks
Platform Requirements
Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)
Requirements
|
Header |
|
|---|
See also
Show: