Click to return to the DHTML, HTML     
IDM_FONT Command ID     Indent Command | IDM_INDE...     Command Identifiers    
Web Workshop  |  DHTML, HTML & CSS

IDM_GETBLOCKFMTS Command ID


Retrieves the strings corresponding to the available block format tags.

C++ Information

Command group CGID_MSHTML
Symbolic constant IDM_GETBLOCKFMTS
User interface None
IOleCommandTarget::Exec parameters
pvaIn Required. The caller must pass NULL.
pvaOut Required. The caller must pass a pointer to a SAFEARRAY. Upon successful return, pvaOut points to a SAFEARRAY of BSTR objects. The caller is responsible for releasing the contents of the SAFEARRAY using the SafeArrayDestroyData and SafeArrayDestroy APIs.
Header file Mshtmcid.h
Applies to IOleCommandTarget::Exec

Remarks

Use the values returned from this Command ID when calling IOleCommandTarget::Exec with the IDM_BLOCKFMT Command ID.

This Command ID is not available through script.

Minimum Availability

Internet Explorer 4.0 and later.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.