IACList2::GetOptions method
Gets the current autocomplete options.
Syntax
HRESULT GetOptions( [out] DWORD *pdwFlag );
Parameters
- pdwFlag [out]
-
Type: DWORD*
A pointer to a value that will hold the current option flag when the method returns. This can be a combination of the following values.
-
Enumerate the current working directory.
-
Enumerate the Desktop folder.
-
Enumerate the Favorites folder.
-
Enumerate only items that are part of the file system. Do not enumerate items contained by virtual folders.
-
Enumerate only the file system directories, UNC shares, and UNC servers.
-
Enumerate the My Computer folder.
-
Do not enumerate anything.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM error value otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also