|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| DWORD | PerformIO (IN HANDLE hDevice, IN DWORD dwCtlCode, IN LPVOID lpBufferIn, IN DWORD dwBufferSizeIn, OUT LPVOID lpBufferOut, OUT DWORD dwBufferSizeOut, OUT LPDWORD lpNumberBytes) |
| DWORD | InstallSoftwareDeviceInterface (IN LPGUID DeviceId, IN LPGUID InterfaceId, IN LPWSTR ReferenceString) |
| DWORD | InstallSoftwareDeviceInterfaceInf (IN LPWSTR InfName, IN LPWSTR SectionName) |
| VOID WINAPI | StreamingDeviceSetupW (IN HWND hwnd, IN HINSTANCE hinst, IN LPWSTR lpszCmdLine, IN int nCmdShow) |
| DWORD InstallSoftwareDeviceInterface | ( | IN LPGUID | DeviceId, |
| IN LPGUID | InterfaceId, | ||
| IN LPWSTR | ReferenceString | ||
| ) |
Definition at line 56 of file streamci.c.
Referenced by StreamingDeviceSetupW().
Definition at line 134 of file streamci.c.
Referenced by StreamingDeviceSetupW().
| DWORD PerformIO | ( | IN HANDLE | hDevice, |
| IN DWORD | dwCtlCode, | ||
| IN LPVOID | lpBufferIn, | ||
| IN DWORD | dwBufferSizeIn, | ||
| OUT LPVOID | lpBufferOut, | ||
| OUT DWORD | dwBufferSizeOut, | ||
| OUT LPDWORD | lpNumberBytes | ||
| ) |
Definition at line 13 of file streamci.c.
Referenced by InstallSoftwareDeviceInterface().
| VOID WINAPI StreamingDeviceSetupW | ( | IN HWND | hwnd, |
| IN HINSTANCE | hinst, | ||
| IN LPWSTR | lpszCmdLine, | ||
| IN int | nCmdShow | ||
| ) |
Definition at line 182 of file streamci.c.