Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 1.92 KB

ns-docobj-olecmd.md

File metadata and controls

73 lines (59 loc) · 1.92 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
NS:docobj._tagOLECMD
OLECMD (docobj.h)
Associates command flags from the OLECMDF enumeration with a command identifier through a call to IOleCommandTarget::QueryStatus.
OLECMD
OLECMD structure [COM]
_ole_OLECMD
com.olecmd
docobj/OLECMD
com\olecmd.htm
com
a75ca136-ed6a-43c5-b775-a50535431f1d
12/05/2018
OLECMD, OLECMD structure [COM], _ole_OLECMD, com.olecmd, docobj/OLECMD
docobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
OLECMD
19H1
_tagOLECMD
docobj/_tagOLECMD
OLECMD
docobj/OLECMD
c++
APIRef
kbSyntax
HeaderDef
DocObj.h
OLECMD

OLECMD structure

-description

Associates command flags from the OLECMDF enumeration with a command identifier through a call to IOleCommandTarget::QueryStatus.

-struct-fields

-field cmdID

A command identifier; taken from the OLECMDID enumeration.

-field cmdf

Flags associated with cmdID; taken from the OLECMDF enumeration.

-see-also

IOleCommandTarget::QueryStatus

OLECMDF