HomeSort by relevance Sort by last modified time
    Searched full:bytesreturned (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmksctrl.h 38 ULONG* BytesReturned
46 ULONG* BytesReturned
54 ULONG* BytesReturned
ksproxy.h 498 KSDDKAPI HRESULT WINAPI KsSynchronousDeviceControl(HANDLE Handle,ULONG IoControl,PVOID InBuffer,ULONG InLength,PVOID OutBuffer,ULONG OutLength,PULONG BytesReturned);
555 ULONG *BytesReturned
579 ULONG *BytesReturned
586 ULONG *BytesReturned
593 ULONG *BytesReturned
usbcamdi.h 198 PULONG BytesReturned);
210 PULONG BytesReturned,
devicetopology.h 330 ULONG *BytesReturned) = 0;
337 ULONG *BytesReturned) = 0;
344 ULONG *BytesReturned) = 0;
373 ULONG *BytesReturned);
381 ULONG *BytesReturned);
389 ULONG *BytesReturned);
404 #define IKsControl_KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned) (This)->lpVtbl->KsProperty(This,Property,PropertyLength,PropertyData,DataLength,BytesReturned)
405 #define IKsControl_KsMethod(This,Method,MethodLength,MethodData,DataLength,BytesReturned) (This)->lpVtbl->KsMethod(This,Method,MethodLength,MethodData,DataLength,BytesReturned)
    [all...]
resapi.h 70 typedef DWORD (_stdcall *PRESOURCE_CONTROL_ROUTINE)(RESID Resource,DWORD ControlCode,PVOID InBuffer,DWORD InBufferSize,PVOID OutBuffer,DWORD OutBufferSize,LPDWORD BytesReturned);
71 typedef DWORD (_stdcall *PRESOURCE_TYPE_CONTROL_ROUTINE)(LPCWSTR ResourceTypeName,DWORD ControlCode,PVOID InBuffer,DWORD InBufferSize,PVOID OutBuffer,DWORD OutBufferSize,LPDWORD BytesReturned);
ks.h     [all...]
  /external/lzma/CPP/Windows/
FileIO.h 73 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const
76 outBuffer, outSize, bytesReturned, overlapped));
79 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned) const
81 return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize, bytesReturned);
86 DWORD bytesReturned;
87 return DeviceIoControlOut(controlCode, outBuffer, outSize, &bytesReturned);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 235 //sys DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err error)
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 235 //sys DeviceIoControl(handle Handle, ioControlCode uint32, inBuffer *byte, inBufferSize uint32, outBuffer *byte, outBufferSize uint32, bytesReturned *uint32, overlapped *Overlapped) (err error)
    [all...]
zsyscall_windows.go     [all...]

Completed in 299 milliseconds