diff options
Diffstat (limited to 'src/ext/Util/ca/scagroup.h')
-rw-r--r-- | src/ext/Util/ca/scagroup.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ext/Util/ca/scagroup.h b/src/ext/Util/ca/scagroup.h index 8666d852..e16d7a95 100644 --- a/src/ext/Util/ca/scagroup.h +++ b/src/ext/Util/ca/scagroup.h | |||
@@ -21,11 +21,13 @@ struct SCA_GROUP | |||
21 | WCHAR wzComment[MAX_DARWIN_COLUMN + 1]; | 21 | WCHAR wzComment[MAX_DARWIN_COLUMN + 1]; |
22 | INT iAttributes; | 22 | INT iAttributes; |
23 | 23 | ||
24 | SCA_GROUP* psgGroups; | 24 | SCA_GROUP* psgParents; |
25 | SCA_GROUP* psgChildren; | ||
25 | 26 | ||
26 | SCA_GROUP *psgNext; | 27 | SCA_GROUP *psgNext; |
27 | }; | 28 | }; |
28 | 29 | ||
30 | |||
29 | // prototypes | 31 | // prototypes |
30 | HRESULT __stdcall ScaGetGroup( | 32 | HRESULT __stdcall ScaGetGroup( |
31 | __in LPCWSTR wzGroup, | 33 | __in LPCWSTR wzGroup, |
@@ -42,6 +44,12 @@ void ScaGroupFreeList( | |||
42 | HRESULT ScaGroupRead( | 44 | HRESULT ScaGroupRead( |
43 | __inout SCA_GROUP** ppsgList | 45 | __inout SCA_GROUP** ppsgList |
44 | ); | 46 | ); |
47 | HRESULT ScaGroupMembershipRemoveExecute( | ||
48 | __in SCA_GROUP* psgList | ||
49 | ); | ||
50 | HRESULT ScaGroupMembershipAddExecute( | ||
51 | __in SCA_GROUP* psgList | ||
52 | ); | ||
45 | HRESULT ScaGroupExecute( | 53 | HRESULT ScaGroupExecute( |
46 | __in SCA_GROUP*psgList | 54 | __in SCA_GROUP*psgList |
47 | ); | 55 | ); |