internal async Task <RemoteStorageFileReadAsyncComplete_t?> FileReadAsync([MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringToNative))] string pchFile, uint nOffset, uint cubToRead)
 {
     return(await RemoteStorageFileReadAsyncComplete_t.GetResultAsync(_FileReadAsync( Self, pchFile, nOffset, cubToRead )));
 }
Exemple #2
0
 internal async Task <RemoteStorageFileReadAsyncComplete_t?> FileReadAsync(string pchFile, uint nOffset, uint cubToRead)
 {
     return(await RemoteStorageFileReadAsyncComplete_t.GetResultAsync(_FileReadAsync( Self, pchFile, nOffset, cubToRead )));
 }
Exemple #3
0
        internal async Task <RemoteStorageFileReadAsyncComplete_t?> FileReadAsync(string pchFile, uint nOffset, uint cubToRead)
        {
            RemoteStorageFileReadAsyncComplete_t?resultAsync = await RemoteStorageFileReadAsyncComplete_t.GetResultAsync(this._FileReadAsync(this.Self, pchFile, nOffset, cubToRead));

            return(resultAsync);
        }