internal async Task <RemoteStorageFileWriteAsyncComplete_t?> FileWriteAsync([MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pchFile, IntPtr pvData, uint cubData)
 {
     return(await RemoteStorageFileWriteAsyncComplete_t.GetResultAsync(_FileWriteAsync( Self, pchFile, pvData, cubData )));
 }
Beispiel #2
0
 internal async Task <RemoteStorageFileWriteAsyncComplete_t?> FileWriteAsync(string pchFile, IntPtr pvData, uint cubData)
 {
     return(await RemoteStorageFileWriteAsyncComplete_t.GetResultAsync(_FileWriteAsync( Self, pchFile, pvData, cubData )));
 }
Beispiel #3
0
        internal async Task <RemoteStorageFileWriteAsyncComplete_t?> FileWriteAsync(string pchFile, IntPtr pvData, uint cubData)
        {
            RemoteStorageFileWriteAsyncComplete_t?resultAsync = await RemoteStorageFileWriteAsyncComplete_t.GetResultAsync(this._FileWriteAsync(this.Self, pchFile, pvData, cubData));

            return(resultAsync);
        }