Returns the registration properties of an XAPO.
public:
HRESULT GetRegistrationProperties(
XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties
)
ppRegistrationProperties
Type: XAPO_REGISTRATION_PROPERTIES **
[out] Receives a pointer to a XAPO_REGISTRATION_PROPERTIES structure containing the registration properties the XAPO was created with; use XAPOFree to free the structure.
Type: HRESULT
Returns S_OK if successful; returns an error code otherwise.
Header: Declared in xapobase.h.
Library: Use xapobase.lib.