Geoff Chappell - Software Analyst
IID_IScopeItem | {0A4E5B7D-99E1-4700-93B1-89525EADD090} |
The IScopeItem methods are (as ordered in the virtual function table after the IUnknown methods):
Offset | Method |
---|---|
0x0C | SetDecision |
0x10 | GetDecision |
0x14 | SetKnownFolderID |
0x18 | GetKnownFolderID |
0x1C | GetShellItem |
with prototypes:
HRESULT SetDecision (BOOL);
HRESULT GetDecision (BOOL *);
HRESULT SetKnownFolderID (GUID const &);
HRESULT GetKnownFolderID (GUID *);
HRESULT GetShellItem (REFIID, PVOID *);
The IScopeItem interface is implemented in SHELL32.DLL in the version 6.00 from Windows Vista, and higher.
Though new for Windows Vista, this interface is not documented by Microsoft in the January 2007 edition of the Software Development Kit (SDK) for Windows Vista.