| gpedit.h (6.0.6002.18005-Windows 6.0) | | gpedit.h (6.1.7600.16385-Windows 7.0) |
| | |
| skipping to change at line 91 | | skipping to change at line 91 |
| // {EA502723-A23D-11d1-A7D3-0000F87571E3} | | // {EA502723-A23D-11d1-A7D3-0000F87571E3} |
| | |
| DEFINE_GUID(IID_IGroupPolicyObject, 0xea502723, 0xa23d, 0x11d1, 0xa7, 0xd3, 0x0,
0x0, 0xf8, 0x75, 0x71, 0xe3); | | DEFINE_GUID(IID_IGroupPolicyObject, 0xea502723, 0xa23d, 0x11d1, 0xa7, 0xd3, 0x0,
0x0, 0xf8, 0x75, 0x71, 0xe3); |
| | |
| // | | // |
| // GUID that identifies the registry extension | | // GUID that identifies the registry extension |
| // | | // |
| | |
| #define REGISTRY_EXTENSION_GUID { 0x35378EAC, 0x683F, 0x11D2, 0xA8, 0x9A, 0x00,
0xC0, 0x4F, 0xBB, 0xCF, 0xA2 } | | #define REGISTRY_EXTENSION_GUID { 0x35378EAC, 0x683F, 0x11D2, 0xA8, 0x9A, 0x00,
0xC0, 0x4F, 0xBB, 0xCF, 0xA2 } |
| | |
|
| | // |
| | // GUID that identifies the comments extension |
| | // |
| | |
| | #define ADMXCOMMENTS_EXTENSION_GUID { 0x6C5A2A86, 0x9EB3, 0x42b9, 0xAA, 0x83, 0 |
| | xA7, 0x37, 0x1B, 0xA0, 0x11, 0xB9 } |
| | |
| //==============================================================================
========== | | //==============================================================================
========== |
| // | | // |
| // Resultant Set of Policy node ids | | // Resultant Set of Policy node ids |
| // | | // |
| //==============================================================================
========== | | //==============================================================================
========== |
| | |
| // | | // |
| // Resultant Set of Policy MMC SnapIn GUID | | // Resultant Set of Policy MMC SnapIn GUID |
| // | | // |
| // {6DC3804B-7212-458D-ADB0-9A07E2AE1FA2} | | // {6DC3804B-7212-458D-ADB0-9A07E2AE1FA2} |
| | |
| skipping to change at line 707 | | skipping to change at line 713 |
| // | | // |
| // Flags passed in the dwFlags field of the GPOBROWSEINFO structure | | // Flags passed in the dwFlags field of the GPOBROWSEINFO structure |
| // | | // |
| | |
| #define GPO_BROWSE_DISABLENEW 0x00000001 // Disables the New GPO fun
ctionality on all pages except "All" | | #define GPO_BROWSE_DISABLENEW 0x00000001 // Disables the New GPO fun
ctionality on all pages except "All" |
| #define GPO_BROWSE_NOCOMPUTERS 0x00000002 // Removes the Computers ta
b | | #define GPO_BROWSE_NOCOMPUTERS 0x00000002 // Removes the Computers ta
b |
| #define GPO_BROWSE_NODSGPOS 0x00000004 // Removes the Domain/OU an
d Sites tabs | | #define GPO_BROWSE_NODSGPOS 0x00000004 // Removes the Domain/OU an
d Sites tabs |
| #define GPO_BROWSE_OPENBUTTON 0x00000008 // Change the Ok button to
say Open | | #define GPO_BROWSE_OPENBUTTON 0x00000008 // Change the Ok button to
say Open |
| #define GPO_BROWSE_INITTOALL 0x00000010 // Initialize the dialog fo
cused on the All pane | | #define GPO_BROWSE_INITTOALL 0x00000010 // Initialize the dialog fo
cused on the All pane |
| #define GPO_BROWSE_NOUSERGPOS 0x00000020 // Removes the Users tab | | #define GPO_BROWSE_NOUSERGPOS 0x00000020 // Removes the Users tab |
|
| | #define GPO_BROWSE_SENDAPPLYONEDIT 0x00000040 // Send the apply event if
edit menu is selected |
| | |
| typedef struct tag_GPOBROWSEINFO | | typedef struct tag_GPOBROWSEINFO |
| { | | { |
| DWORD dwSize; // [in] Initialized to the size of thi
s structure | | DWORD dwSize; // [in] Initialized to the size of thi
s structure |
| DWORD dwFlags; // [in] Flags defined above | | DWORD dwFlags; // [in] Flags defined above |
| HWND hwndOwner; // [in] Parent window handle (can be N
ULL) | | HWND hwndOwner; // [in] Parent window handle (can be N
ULL) |
| LPOLESTR lpTitle; // [in] Title bar text. If NULL, "Bro
wse for a Group Policy Object" will be the default text | | LPOLESTR lpTitle; // [in] Title bar text. If NULL, "Bro
wse for a Group Policy Object" will be the default text |
| LPOLESTR lpInitialOU; // [in] Initial Domain/Organizational
Unit to open focus on | | LPOLESTR lpInitialOU; // [in] Initial Domain/Organizational
Unit to open focus on |
| __field_ecount(dwDSPathSize) LPOLESTR lpDSPath; // [in/ou
t] Pointer to the buffer that receives the Active Directory GPO path | | __field_ecount(dwDSPathSize) LPOLESTR lpDSPath; // [in/ou
t] Pointer to the buffer that receives the Active Directory GPO path |
| DWORD dwDSPathSize; // [in] Size in characters of buffer g
iven in lpDSPath | | DWORD dwDSPathSize; // [in] Size in characters of buffer g
iven in lpDSPath |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 8 lines changed or added |
|