SetMessageLocalEx method
void
SetMessageLocalEx()
Implementation
void SetMessageLocalEx(
ffi.Pointer<ffi.Char> operationID,
ffi.Pointer<ffi.Char> conversationID,
ffi.Pointer<ffi.Char> clientMsgID,
ffi.Pointer<ffi.Char> localEx,
) {
return _SetMessageLocalEx(
operationID,
conversationID,
clientMsgID,
localEx,
);
}