Classes Files

Wombat::MamaClientProfile::NativeMethods

Public Functions

  Name
int mamaClientProfile_create(ref IntPtr profile)
int mamaClientProfile_createNoCopyData(IntPtr profile)
int mamaClientProfile_getCopyData(IntPtr profile, ref bool copyData)
int mamaClientProfile_destroy(IntPtr profile)
int mamaClientProfile_clear(IntPtr profile)
int mamaClientProfile_setInterfaceVersion(IntPtr profile, byte id)
int mamaClientProfile_getInterfaceVersion(IntPtr profile, ref byte id)
int mamaClientProfile_setUserName(IntPtr profile, string userName)
int mamaClientProfile_getUserName(IntPtr profile, ref IntPtr userName)

Public Functions Documentation

function mamaClientProfile_create

int mamaClientProfile_create(
    ref IntPtr profile
)

function mamaClientProfile_createNoCopyData

int mamaClientProfile_createNoCopyData(
    IntPtr profile
)

function mamaClientProfile_getCopyData

int mamaClientProfile_getCopyData(
    IntPtr profile,
    ref bool copyData
)

function mamaClientProfile_destroy

int mamaClientProfile_destroy(
    IntPtr profile
)

function mamaClientProfile_clear

int mamaClientProfile_clear(
    IntPtr profile
)

function mamaClientProfile_setInterfaceVersion

int mamaClientProfile_setInterfaceVersion(
    IntPtr profile,
    byte id
)

function mamaClientProfile_getInterfaceVersion

int mamaClientProfile_getInterfaceVersion(
    IntPtr profile,
    ref byte id
)

function mamaClientProfile_setUserName

int mamaClientProfile_setUserName(
    IntPtr profile,
    string userName
)

function mamaClientProfile_getUserName

int mamaClientProfile_getUserName(
    IntPtr profile,
    ref IntPtr userName
)

Updated on 2023-03-31 at 15:29:32 +0100