mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[INCLUDE/IDL]
- Properly mark some arguments as [out] only for wlansvc interface. svn path=/trunk/; revision=64768
This commit is contained in:
parent
cac835f291
commit
e9067c2bda
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
typedef [context_handle] PVOID WLANSVC_RPC_HANDLE;
|
||||
typedef WLANSVC_RPC_HANDLE* LPWLANSVC_RPC_HANDLE;
|
||||
typedef [handle] LPWSTR WLANSVC_HANDLE;
|
||||
typedef [handle, string] LPWSTR WLANSVC_HANDLE;
|
||||
|
||||
/* FIXME */
|
||||
typedef struct struct_C {
|
||||
|
@ -49,8 +49,8 @@ interface wlansvc_interface
|
|||
DWORD _RpcOpenHandle(
|
||||
[in] WLANSVC_HANDLE szMachineName,
|
||||
[in] DWORD dwClientVersion,
|
||||
[in, out] DWORD* pdwNegotiatedVersion,
|
||||
[in, out] LPWLANSVC_RPC_HANDLE phClientHandle);
|
||||
[out] DWORD* pdwNegotiatedVersion,
|
||||
[out] LPWLANSVC_RPC_HANDLE phClientHandle);
|
||||
|
||||
/* Function: 0x01 */
|
||||
DWORD _RpcCloseHandle(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue