Home
last modified time | relevance | path

Searched refs:strModifiedSDDL (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/wlanapi/
H A Dmain.c353 IN LPCWSTR strModifiedSDDL) in WlanSetSecuritySettings() argument
357 …if ((hClientHandle == NULL) || (strModifiedSDDL == NULL) || (SecurableObject >= WLAN_SECURABLE_OBJ… in WlanSetSecuritySettings()
362 dwResult = _RpcSetSecuritySettings(hClientHandle, SecurableObject, strModifiedSDDL); in WlanSetSecuritySettings()
/reactos/sdk/include/psdk/
H A Dwlanapi.h296 …ngs(IN HANDLE hClientHandle, IN WLAN_SECURABLE_OBJECT SecurableObject, IN LPCWSTR strModifiedSDDL);
/reactos/base/services/wlansvc/
H A Drpcserver.c602 const wchar_t *strModifiedSDDL) in _RpcSetSecuritySettings() argument
/reactos/sdk/include/reactos/idl/
H A Dwlansvc.idl350 [in][string] const wchar_t * strModifiedSDDL);