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) |
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
)
Updated on 2023-03-31 at 15:29:32 +0100