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.