IGroupPolicyObject::OpenLocalMachineGPO method (gpedit.h)
The OpenLocalMachineGPO method opens the default GPO for the computer and optionally loads the registry information.
HRESULT OpenLocalMachineGPO(
[in] DWORD dwFlags
);
[in] dwFlags
Specifies whether or not the registry information should be loaded for the GPO. This parameter can be one of the following values.
Load the registry information.
Open the GPO in read-only mode.
If the method succeeds, the return value is S_OK. Otherwise, the method returns one of the COM error codes defined in the Platform SDK header file WinError.h.
To open the default GPO for a remote computer, you can call the OpenRemoteMachineGPO method.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | gpedit.h |
DLL | Gpedit.dll |