IHTMLWindow6::globalStorage Property
.gif)
Note: This documentation is preliminary and is subject to change.
Retrieves a list of DOM Storage areas for the domain.
Syntax
HRESULT IHTMLWindow6::get_globalStorage(IHTMLStorageList *p);
Parameters
- p
Pointer to a variable of type IHTMLStorageList interface that receives the storage area collection.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
For more information, see Introduction to DOM Storage.
See Also