Allows access to properties defined for the current context (Requires win2k or later)
-
Sets a property on the context
-
Removes a property from the context
-
Retrieves a context property
-
Returns an enumerator for the context properties
PyIContext.EnumContextProps
PyIEnumContextProps = EnumContextProps() Returns an enumerator for the context properties
PyIContext.GetProperty
(int, PyIUnknown) = GetProperty(rGuid) Retrieves a context property
-
rGuid : PyIID
GUID that identifies a context property
Returns flags (CPFLAGS is reserved, no defined values) and the IUnknown interface set for the property
PyIContext.RemoveProperty
RemoveProperty(rPolicyId) Removes a property from the context
-
rPolicyId : PyIID
GUID that identifies a context property
PyIContext.SetProperty
SetProperty(rpolicyId, flags, pUnk) Sets a property on the context
-
rpolicyId : PyIID
GUID identifying the property to be set
-
flags : int
Reserved, use only 0
-
pUnk : PyIUnknown
The property value