Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and returns a GPMCSECollection object that allows you to enumerate Group Policy client-side extensions (CSEs) that are registered on the local computer.
Syntax
HRESULT GetClientSideExtensions(
[out] IGPMCSECollection **ppIGPMCSECollection
);
Parameters
[out] ppIGPMCSECollection
Address of a pointer to the IGPMCSECollection interface.
Return value
C++
Returns S_OK if successful. Returns a failure code if an error occurs.JScript
Returns a reference to a GPMCSECollection object.VB
Returns a reference to a GPMCSECollection object.Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | gpmgmt.h |
| DLL | Gpmgmt.dll |