Discussion:
How to create and manage custom Group Policy on Visual C++?
(too old to reply)
Renat Letfullin
2010-02-10 12:12:55 UTC
Permalink
Hi,

How to create and manage custom Group Policy on Visual C++
(without .NET)?

TIA...
Francois PIETTE
2010-02-10 12:38:30 UTC
Permalink
Post by Renat Letfullin
How to create and manage custom Group Policy on Visual C++
(without .NET)?
Windows expose Group Policy functionnality through a set of COm interfaces:
IGPEInformation, IGroupPolycyObject and IRSOPInformation. Do a search on
MSDN to get details.
--
***@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be
Renat Letfullin
2010-02-10 13:19:22 UTC
Permalink
Post by Francois PIETTE
Post by Renat Letfullin
How to create and manage custom Group Policy on Visual C++
(without .NET)?
IGPEInformation, IGroupPolycyObject and IRSOPInformation. Do a search on
MSDN to get details.
--
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)http://www.overbyte.be
Oh, God... COM...
Ok, thanks...

Loading...