IXAPO::GetRegistrationProperties method (xapo.h)

Returns the registration properties of an XAPO.

Syntax

HRESULT GetRegistrationProperties(
  XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties
);

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

Requirement Value
Target Platform Windows
Header xapo.h

See also

IXAPO