Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.87 KB

nf-shobjidl_core-iexplorercommand-getstate.md

File metadata and controls

79 lines (62 loc) · 2.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IExplorerCommand.GetState
IExplorerCommand::GetState (shobjidl_core.h)
Gets state information associated with a specified Windows Explorer command item.
GetState
GetState method [Windows Shell]
GetState method [Windows Shell]
IExplorerCommand interface
IExplorerCommand interface [Windows Shell]
GetState method
IExplorerCommand.GetState
IExplorerCommand::GetState
_shell_IExplorerCommand_GetState
shell.IExplorerCommand_GetState
shobjidl_core/IExplorerCommand::GetState
shell\IExplorerCommand_GetState.htm
shell
bb600cb5-9b7e-45dc-beca-0a913c214084
12/05/2018
GetState, GetState method [Windows Shell], GetState method [Windows Shell],IExplorerCommand interface, IExplorerCommand interface [Windows Shell],GetState method, IExplorerCommand.GetState, IExplorerCommand::GetState, _shell_IExplorerCommand_GetState, shell.IExplorerCommand_GetState, shobjidl_core/IExplorerCommand::GetState
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IExplorerCommand::GetState
shobjidl_core/IExplorerCommand::GetState
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IExplorerCommand.GetState

IExplorerCommand::GetState

-description

Gets state information associated with a specified Windows Explorer command item.

-parameters

-param psiItemArray [in]

Type: IShellItemArray*

A pointer to an IShellItemArray.

-param fOkToBeSlow [in]

Type: BOOL

FALSE if a verb object should not perform any memory intensive computations that could cause the UI thread to stop responding. The verb object should return E_PENDING in that case. If TRUE, those computations can be completed.

-param pCmdState [out]

Type: EXPCMDSTATE*

A pointer to a value that, when this method returns successfully, receives one or more Windows Explorer command states indicated by the EXPCMDSTATE constants.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.