public int GetRegistrationProperties([NativeTypeName("XAPO_REGISTRATION_PROPERTIES **")] XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties)
 {
     return(((delegate * unmanaged <IXAPO *, XAPO_REGISTRATION_PROPERTIES **, int>)(lpVtbl[3]))((IXAPO *)Unsafe.AsPointer(ref this), ppRegistrationProperties));
 }
 public HRESULT GetRegistrationProperties(XAPO_REGISTRATION_PROPERTIES **ppRegistrationProperties)
 {
     return(((delegate * unmanaged <IXAPO *, XAPO_REGISTRATION_PROPERTIES **, int>)(lpVtbl[3]))((IXAPO *)Unsafe.AsPointer(ref this), ppRegistrationProperties));
 }