IXAPO::GetRegistrationProperties Method

Returns the registration properties of an XAPO.

Syntax

public:
HRESULT GetRegistrationProperties(
         XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties
)  

Parameters

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.

Return value

Type: HRESULT 

Returns S_OK if successful; returns an error code otherwise.

Remarks

Requirements

Header: Declared in xapo.h.

Library: Use xapobase.lib.

See also

IXAPO

IXAPO Members