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 ))); }
internal async Task <RemoteStorageFileWriteAsyncComplete_t?> FileWriteAsync(string pchFile, IntPtr pvData, uint cubData) { return(await RemoteStorageFileWriteAsyncComplete_t.GetResultAsync(_FileWriteAsync( Self, pchFile, pvData, cubData ))); }
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); }