ReactOS 0.4.15-dev-7842-g558ab78
wlansvc_interface Interface Reference

Public Member Functions

DWORD _RpcOpenHandle ([in] WLANSVC_HANDLE szMachineName, [in] DWORD dwClientVersion, [out] DWORD *pdwNegotiatedVersion, [out] WLANSVC_RPC_HANDLE *phClientHandle)
 
DWORD _RpcCloseHandle ([in, out] WLANSVC_RPC_HANDLE *phClientHandle)
 
DWORD _RpcEnumInterfaces ([in] WLANSVC_RPC_HANDLE hClientHandle, [out, ref] PWLAN_INTERFACE_INFO_LIST *ppInterfaceList)
 
DWORD _RpcSetAutoConfigParameter ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] long OpCode, [in] DWORD dwDataSize, [in][size_is(dwDataSize)] LPBYTE pData)
 
DWORD _RpcQueryAutoConfigParameter ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] DWORD OpCode, [in, out] LPDWORD pdwDataSize, [out][ref][size_is(*pdwDataSize)] char **ppData, [out] DWORD *pWlanOpcodeValueType)
 
DWORD _RpcGetInterfaceCapability ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [out, ref] PWLAN_INTERFACE_CAPABILITY *ppCapability)
 
DWORD _RpcSetInterface ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] DWORD OpCode, [in] DWORD dwDataSize, [in, size_is(dwDataSize)] LPBYTE pData)
 
DWORD _RpcQueryInterface ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] long OpCode, [in, out] LPDWORD pdwDataSize, [out][ref][size_is(*pdwDataSize)] LPBYTE *ppData, [out] LPDWORD pWlanOpcodeValueType)
 
DWORD _RpcIhvControl ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] DWORD Type, [in] DWORD dwInBufferSize, [in][size_is(dwInBufferSize)] LPBYTE pInBuffer, [in] DWORD dwOutBufferSize, [out][size_is(dwOutBufferSize), length_is(*pdwBytesReturned)] LPBYTE pOutBuffer, [out] LPDWORD pdwBytesReturned)
 
DWORD _RpcScan ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][unique] PDOT11_SSID pDot11Ssid, [in][unique] PWLAN_RAW_DATA pIeData)
 
DWORD _RpcGetAvailableNetworkList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] DWORD dwFlags, [out][ref] WLAN_AVAILABLE_NETWORK_LIST **ppAvailableNetworkList)
 
DWORD _RpcGetNetworkBssList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][unique] PDOT11_SSID pDot11Ssid, [in] short dot11BssType, [in] DWORD bSecurityEnabled, [in, out] LPDWORD dwBssListSize, [out][ref][size_is(*dwBssListSize)] LPBYTE *ppWlanBssList)
 
DWORD _RpcConnect ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] const PWLAN_CONNECTION_PARAMETERS *pConnectionParameters)
 
DWORD _RpcDisconnect ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGUID)
 
DWORD _RpcRegisterNotification ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] DWORD arg_2, [out] LPDWORD pdwPrevNotifSource)
 
DWORD _RpcAsyncGetNotification ([in] WLANSVC_RPC_HANDLE hClientHandle, [out][ref] PWLAN_NOTIFICATION_DATA *NotificationData)
 
DWORD _RpcSetProfileEapUserData ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [in] EAP_METHOD_TYPE MethodType, [in] DWORD dwFlags, [in] DWORD dwEapUserDataSize, [in][size_is(dwEapUserDataSize)] LPBYTE pbEapUserData)
 
DWORD _RpcSetProfile ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] DWORD dwFlags, [in][string] wchar_t *strProfileXml, [in][unique][string] wchar_t *strAllUserProfileSecurity, [in] BOOL bOverwrite, [out] LPDWORD pdwReasonCode)
 
DWORD _RpcGetProfile ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [out][ref][string] wchar_t **pstrProfileXml, [out] LPDWORD pdwFlags, [in, out][unique] LPDWORD pdwGrantedAccess)
 
DWORD _RpcDeleteProfile ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] const wchar_t *strProfileName)
 
DWORD _RpcRenameProfile ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] const wchar_t *strOldProfileName, [in][string] const wchar_t *strNewProfileName)
 
DWORD _RpcSetProfileList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in] DWORD dwItems, [in][size_is(dwItems)] BYTE **strProfileNames)
 
DWORD _RpcGetProfileList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [out][ref] PWLAN_PROFILE_INFO_LIST *ppProfileList)
 
DWORD _RpcSetProfilePosition ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [in] DWORD dwPosition)
 
DWORD _RpcSetProfileCustomUserData ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [in] DWORD dwDataSize, [in][unique][size_is(dwDataSize)] LPBYTE pData)
 
DWORD _RpcGetProfileCustomUserData ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [in, out] LPDWORD dwDataSize, [out][ref][size_is(*dwDataSize)] LPBYTE *pData)
 
DWORD _RpcSetFilterList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] short wlanFilterListType, [in][unique] PDOT11_NETWORK_LIST pNetworkList)
 
DWORD _RpcGetFilterList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] short wlanFilterListType, [out][ref] PDOT11_NETWORK_LIST *pNetworkList)
 
DWORD _RpcSetPsdIEDataList ([in] WLANSVC_RPC_HANDLE hClientHandle, [in][unique][string] wchar_t *strFormat, [in] DWORD dwDataListSize, [in][unique][size_is(dwDataListSize)] LPBYTE pPsdIEDataList)
 
DWORD _RpcSaveTemporaryProfile ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *strProfileName, [in][unique][string] wchar_t *strAllUserProfileSecurity, [in] DWORD dwFlags, [in] BOOL bOverWrite)
 
DWORD _RpcIsUIRequestPending ([in] WLANSVC_HANDLE arg_1, [in] const GUID *pInterfaceGuid, [in] struct_C *arg_3, [out] LPDWORD arg_4)
 
DWORD _RpcSetUIForwardingNetworkList ([in] WLANSVC_HANDLE arg_1, [in][size_is(dwSize)] GUID *arg_2, [in] DWORD dwSize, [out] GUID *arg_4)
 
DWORD _RpcIsNetworkSuppressed ([in] WLANSVC_HANDLE arg_1, [in] DWORD arg_2, [in] const GUID *pInterfaceGuid, [out] LPDWORD arg_4)
 
DWORD _RpcRemoveUIForwardingNetworkList ([in] WLANSVC_HANDLE arg_1, [in] const GUID *pInterfaceGuid)
 
DWORD _RpcQueryExtUIRequest ([in] WLANSVC_HANDLE arg_1, [in] GUID *arg_2, [in] GUID *arg_3, [in] short arg_4, [out] GUID *pInterfaceGuid, [out][ref] struct_C **arg_6)
 
DWORD _RpcUIResponse ([in] WLANSVC_HANDLE arg_1, [in] struct_C *arg_2, [in] struct_D *arg_3)
 
DWORD _RpcGetProfileKeyInfo ([in] WLANSVC_HANDLE arg_1, [in] DWORD arg_2, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *arg_4, [in] DWORD arg_5, [out] LPDWORD arg_6, [in, out][unique][size_is(arg_5)] char *arg_7, [out] LPDWORD arg_8)
 
DWORD _RpcAsyncDoPlap ([in] WLANSVC_HANDLE arg_1, [in] const GUID *pInterfaceGuid, [in][string] wchar_t *arg_3, [in] DWORD dwSize, [in][size_is(dwSize)] struct_E arg_5[])
 
DWORD _RpcQueryPlapCredentials ([in] WLANSVC_HANDLE arg_1, [in, out] LPDWORD dwSize, [out][ref][size_is(*dwSize)] struct_E **arg_3, [out][ref][string] wchar_t **arg_4, [out] GUID *pInterfaceGuid, [out] LPDWORD arg_6, [out] LPDWORD arg_7, [out] LPDWORD arg_8, [out] LPDWORD arg_9)
 
DWORD _RpcCancelPlap ([in] WLANSVC_HANDLE arg_1, [in] const GUID *pInterfaceGuid)
 
DWORD _RpcSetSecuritySettings ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] WLAN_SECURABLE_OBJECT SecurableObject, [in][string] const wchar_t *strModifiedSDDL)
 
DWORD _RpcGetSecuritySettings ([in] WLANSVC_RPC_HANDLE hClientHandle, [in] WLAN_SECURABLE_OBJECT SecurableObject, [out] WLAN_OPCODE_VALUE_TYPE *pValueType, [out][ref][string] wchar_t **pstrCurrentSDDL, [out] LPDWORD pdwGrantedAccess)
 

Detailed Description

Definition at line 50 of file wlansvc.idl.

Member Function Documentation

◆ _RpcAsyncDoPlap()

DWORD wlansvc_interface::_RpcAsyncDoPlap ( [in] WLANSVC_HANDLE  arg_1,
[in] const GUID pInterfaceGuid,
[string] wchar_t arg_3,
[in] DWORD  dwSize,
[size_is(dwSize)] struct_E  arg_5[] 
)

◆ _RpcAsyncGetNotification()

DWORD wlansvc_interface::_RpcAsyncGetNotification ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[ref] PWLAN_NOTIFICATION_DATA NotificationData 
)

◆ _RpcCancelPlap()

DWORD wlansvc_interface::_RpcCancelPlap ( [in] WLANSVC_HANDLE  arg_1,
[in] const GUID pInterfaceGuid 
)

◆ _RpcCloseHandle()

DWORD wlansvc_interface::_RpcCloseHandle ( [in, out] WLANSVC_RPC_HANDLE phClientHandle)

◆ _RpcConnect()

DWORD wlansvc_interface::_RpcConnect ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] const PWLAN_CONNECTION_PARAMETERS pConnectionParameters 
)

◆ _RpcDeleteProfile()

DWORD wlansvc_interface::_RpcDeleteProfile ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] const wchar_t strProfileName 
)

◆ _RpcDisconnect()

DWORD wlansvc_interface::_RpcDisconnect ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGUID 
)

◆ _RpcEnumInterfaces()

DWORD wlansvc_interface::_RpcEnumInterfaces ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[out, ref] PWLAN_INTERFACE_INFO_LIST ppInterfaceList 
)

◆ _RpcGetAvailableNetworkList()

DWORD wlansvc_interface::_RpcGetAvailableNetworkList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] DWORD  dwFlags,
[ref] WLAN_AVAILABLE_NETWORK_LIST **  ppAvailableNetworkList 
)

◆ _RpcGetFilterList()

DWORD wlansvc_interface::_RpcGetFilterList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] short  wlanFilterListType,
[ref] PDOT11_NETWORK_LIST pNetworkList 
)

◆ _RpcGetInterfaceCapability()

DWORD wlansvc_interface::_RpcGetInterfaceCapability ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[out, ref] PWLAN_INTERFACE_CAPABILITY ppCapability 
)

◆ _RpcGetNetworkBssList()

DWORD wlansvc_interface::_RpcGetNetworkBssList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[unique] PDOT11_SSID  pDot11Ssid,
[in] short  dot11BssType,
[in] DWORD  bSecurityEnabled,
[in, out] LPDWORD  dwBssListSize,
[size_is(*dwBssListSize)] LPBYTE ppWlanBssList 
)

◆ _RpcGetProfile()

DWORD wlansvc_interface::_RpcGetProfile ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[string] wchar_t **  pstrProfileXml,
[out] LPDWORD  pdwFlags,
[unique] LPDWORD  pdwGrantedAccess 
)

◆ _RpcGetProfileCustomUserData()

DWORD wlansvc_interface::_RpcGetProfileCustomUserData ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[in, out] LPDWORD  dwDataSize,
[size_is(*dwDataSize)] LPBYTE pData 
)

◆ _RpcGetProfileKeyInfo()

DWORD wlansvc_interface::_RpcGetProfileKeyInfo ( [in] WLANSVC_HANDLE  arg_1,
[in] DWORD  arg_2,
[in] const GUID pInterfaceGuid,
[string] wchar_t arg_4,
[in] DWORD  arg_5,
[out] LPDWORD  arg_6,
[size_is(arg_5)] char arg_7,
[out] LPDWORD  arg_8 
)

◆ _RpcGetProfileList()

DWORD wlansvc_interface::_RpcGetProfileList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[ref] PWLAN_PROFILE_INFO_LIST ppProfileList 
)

◆ _RpcGetSecuritySettings()

DWORD wlansvc_interface::_RpcGetSecuritySettings ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] WLAN_SECURABLE_OBJECT  SecurableObject,
[out] WLAN_OPCODE_VALUE_TYPE pValueType,
[string] wchar_t **  pstrCurrentSDDL,
[out] LPDWORD  pdwGrantedAccess 
)

◆ _RpcIhvControl()

DWORD wlansvc_interface::_RpcIhvControl ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] DWORD  Type,
[in] DWORD  dwInBufferSize,
[size_is(dwInBufferSize)] LPBYTE  pInBuffer,
[in] DWORD  dwOutBufferSize,
[size_is(dwOutBufferSize), length_is(*pdwBytesReturned)] LPBYTE  pOutBuffer,
[out] LPDWORD  pdwBytesReturned 
)

◆ _RpcIsNetworkSuppressed()

DWORD wlansvc_interface::_RpcIsNetworkSuppressed ( [in] WLANSVC_HANDLE  arg_1,
[in] DWORD  arg_2,
[in] const GUID pInterfaceGuid,
[out] LPDWORD  arg_4 
)

◆ _RpcIsUIRequestPending()

DWORD wlansvc_interface::_RpcIsUIRequestPending ( [in] WLANSVC_HANDLE  arg_1,
[in] const GUID pInterfaceGuid,
[in] struct_C arg_3,
[out] LPDWORD  arg_4 
)

◆ _RpcOpenHandle()

DWORD wlansvc_interface::_RpcOpenHandle ( [in] WLANSVC_HANDLE  szMachineName,
[in] DWORD  dwClientVersion,
[out] DWORD pdwNegotiatedVersion,
[out] WLANSVC_RPC_HANDLE phClientHandle 
)

◆ _RpcQueryAutoConfigParameter()

DWORD wlansvc_interface::_RpcQueryAutoConfigParameter ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] DWORD  OpCode,
[in, out] LPDWORD  pdwDataSize,
[size_is(*pdwDataSize)] char **  ppData,
[out] DWORD pWlanOpcodeValueType 
)

◆ _RpcQueryExtUIRequest()

DWORD wlansvc_interface::_RpcQueryExtUIRequest ( [in] WLANSVC_HANDLE  arg_1,
[in] GUID arg_2,
[in] GUID arg_3,
[in] short  arg_4,
[out] GUID pInterfaceGuid,
[ref] struct_C **  arg_6 
)

◆ _RpcQueryInterface()

DWORD wlansvc_interface::_RpcQueryInterface ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] long  OpCode,
[in, out] LPDWORD  pdwDataSize,
[size_is(*pdwDataSize)] LPBYTE ppData,
[out] LPDWORD  pWlanOpcodeValueType 
)

◆ _RpcQueryPlapCredentials()

DWORD wlansvc_interface::_RpcQueryPlapCredentials ( [in] WLANSVC_HANDLE  arg_1,
[in, out] LPDWORD  dwSize,
[size_is(*dwSize)] struct_E **  arg_3,
[string] wchar_t **  arg_4,
[out] GUID pInterfaceGuid,
[out] LPDWORD  arg_6,
[out] LPDWORD  arg_7,
[out] LPDWORD  arg_8,
[out] LPDWORD  arg_9 
)

◆ _RpcRegisterNotification()

DWORD wlansvc_interface::_RpcRegisterNotification ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] DWORD  arg_2,
[out] LPDWORD  pdwPrevNotifSource 
)

◆ _RpcRemoveUIForwardingNetworkList()

DWORD wlansvc_interface::_RpcRemoveUIForwardingNetworkList ( [in] WLANSVC_HANDLE  arg_1,
[in] const GUID pInterfaceGuid 
)

◆ _RpcRenameProfile()

DWORD wlansvc_interface::_RpcRenameProfile ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] const wchar_t strOldProfileName,
[string] const wchar_t strNewProfileName 
)

◆ _RpcSaveTemporaryProfile()

DWORD wlansvc_interface::_RpcSaveTemporaryProfile ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[string] wchar_t strAllUserProfileSecurity,
[in] DWORD  dwFlags,
[in] BOOL  bOverWrite 
)

◆ _RpcScan()

DWORD wlansvc_interface::_RpcScan ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[unique] PDOT11_SSID  pDot11Ssid,
[unique] PWLAN_RAW_DATA  pIeData 
)

◆ _RpcSetAutoConfigParameter()

DWORD wlansvc_interface::_RpcSetAutoConfigParameter ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] long  OpCode,
[in] DWORD  dwDataSize,
[size_is(dwDataSize)] LPBYTE  pData 
)

◆ _RpcSetFilterList()

DWORD wlansvc_interface::_RpcSetFilterList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] short  wlanFilterListType,
[unique] PDOT11_NETWORK_LIST  pNetworkList 
)

◆ _RpcSetInterface()

DWORD wlansvc_interface::_RpcSetInterface ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] DWORD  OpCode,
[in] DWORD  dwDataSize,
[in, size_is(dwDataSize)] LPBYTE  pData 
)

◆ _RpcSetProfile()

DWORD wlansvc_interface::_RpcSetProfile ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] DWORD  dwFlags,
[string] wchar_t strProfileXml,
[string] wchar_t strAllUserProfileSecurity,
[in] BOOL  bOverwrite,
[out] LPDWORD  pdwReasonCode 
)

◆ _RpcSetProfileCustomUserData()

DWORD wlansvc_interface::_RpcSetProfileCustomUserData ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[in] DWORD  dwDataSize,
[size_is(dwDataSize)] LPBYTE  pData 
)

◆ _RpcSetProfileEapUserData()

DWORD wlansvc_interface::_RpcSetProfileEapUserData ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[in] EAP_METHOD_TYPE  MethodType,
[in] DWORD  dwFlags,
[in] DWORD  dwEapUserDataSize,
[size_is(dwEapUserDataSize)] LPBYTE  pbEapUserData 
)

◆ _RpcSetProfileList()

DWORD wlansvc_interface::_RpcSetProfileList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[in] DWORD  dwItems,
[size_is(dwItems)] BYTE **  strProfileNames 
)

◆ _RpcSetProfilePosition()

DWORD wlansvc_interface::_RpcSetProfilePosition ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] const GUID pInterfaceGuid,
[string] wchar_t strProfileName,
[in] DWORD  dwPosition 
)

◆ _RpcSetPsdIEDataList()

DWORD wlansvc_interface::_RpcSetPsdIEDataList ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[string] wchar_t strFormat,
[in] DWORD  dwDataListSize,
[size_is(dwDataListSize)] LPBYTE  pPsdIEDataList 
)

◆ _RpcSetSecuritySettings()

DWORD wlansvc_interface::_RpcSetSecuritySettings ( [in] WLANSVC_RPC_HANDLE  hClientHandle,
[in] WLAN_SECURABLE_OBJECT  SecurableObject,
[string] const wchar_t strModifiedSDDL 
)

◆ _RpcSetUIForwardingNetworkList()

DWORD wlansvc_interface::_RpcSetUIForwardingNetworkList ( [in] WLANSVC_HANDLE  arg_1,
[size_is(dwSize)] GUID arg_2,
[in] DWORD  dwSize,
[out] GUID arg_4 
)

◆ _RpcUIResponse()

DWORD wlansvc_interface::_RpcUIResponse ( [in] WLANSVC_HANDLE  arg_1,
[in] struct_C arg_2,
[in] struct_D arg_3 
)

The documentation for this interface was generated from the following file: