|
|
|
IShellImageStore Interface |
|
IID_IShellImageStore |
{48C8118C-B924-11d1-98D5-00C04FB687DA} |
|
The IShellImageStore interface manipulates the image cache.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IShellImageStore Methods |
Description |
|
Open |
Opens the storage and returns the lock specified by pdwLock. |
|
Create |
Undocumented. |
|
ReleaseLock |
Undocumented. |
|
Close |
Closes the image cache. |
|
Commit |
Writes the contents specified by pdwLoc to storage. |
|
IsLocked |
Undocumented. |
|
GetMode |
Undocumented. |
|
GetCapabilities |
Undocumented. |
|
AddEntry |
Undocumented. |
|
GetEntry |
Retrieves a handle to an image in the cache. |
|
DeleteEntry |
Undocumented. |
|
IsEntryInStore |
Checks to see if the image is in the store. |
|
Enum |
Undocumented. |
|
Open |
|
FUNCTION
IShellImageStore_Open ( _
|
|
Create |
|
FUNCTION
IShellImageStore_Create ( _
|
|
ReleaseLock |
|
FUNCTION
IShellImageStore_ReleaseLock ( _
|
|
Close |
|
FUNCTION
IShellImageStore_Close ( _
|
|
Commit |
|
FUNCTION
IShellImageStore_Commit ( _
|
|
IsLocked |
|
FUNCTION
IShellImageStore_IsLocked ( _
|
|
GetMode |
|
FUNCTION
IShellImageStore_GetMode ( _
|
|
GetCapabilities |
|
FUNCTION
IShellImageStore_GetCapabilities ( _
|
|
AddEntry |
|
FUNCTION
IShellImageStore_AddEntry ( _
pszName = UCODE$(pszName) &
$NUL
|
|
GetEntry |
|
FUNCTION
IShellImageStore_GetEntry ( _
|
|
DeleteEntry |
|
FUNCTION
IShellImageStore_DeleteEntry ( _
|
|
IsEntryInStore |
|
FUNCTION
IShellImageStore_IsEntryInStore ( _
|
|
Enum |
|
FUNCTION
IShellImageStore_Enum ( _
|
Page last updated on Wednesday, 15 February 2006 23:03:23 +0100