HSE_REQ_REFRESH_ISAPI_ACL

This support function forces IIS to reprocess the discretionary access control list (DACL) for an ISAPI extension's DLL. Given sufficient security permissions, this support function can be used to reprocess another extension's DACL, as well.

BOOL ServerSupportFunction(

  HCONN ConnID,  

  DWORD HSE_REQ_REFRESH_ISAPI_ACL, 

  LPVOID lpvBuffer,  

  LPDWORD lpdwSize,  

  LPDWORD lpdwDataType

);

 

Parameters
ConnID
Specifies the connection identifier of the client to which the response data should be sent.
lpvBuffer
Points to a null-terminated string that contains the name of the ISAPI DLL.
lpdwSizeofBuffer
Points to the size of the buffer specified by lpvBuffer.
lpdwDataType
Unused in this ServerSupportFunction request type.
Remarks

Note that your extension can use this support function to force IIS to reprocess either its own DACL, or the DACL of another ISAPI DLL.