📄 mso.tlh
字号:
virtual HRESULT __stdcall get_Name (
BSTR * pbstrName ) = 0;
virtual HRESULT __stdcall put_Name (
BSTR pbstrName ) = 0;
virtual HRESULT __stdcall get_NameLocal (
BSTR * pbstrNameLocal ) = 0;
virtual HRESULT __stdcall put_NameLocal (
BSTR pbstrNameLocal ) = 0;
virtual HRESULT __stdcall get_Parent (
IDispatch * * ppidisp ) = 0;
virtual HRESULT __stdcall get_Position (
enum MsoBarPosition * ppos ) = 0;
virtual HRESULT __stdcall put_Position (
enum MsoBarPosition ppos ) = 0;
virtual HRESULT __stdcall get_RowIndex (
int * piRow ) = 0;
virtual HRESULT __stdcall put_RowIndex (
int piRow ) = 0;
virtual HRESULT __stdcall get_Protection (
enum MsoBarProtection * pprot ) = 0;
virtual HRESULT __stdcall put_Protection (
enum MsoBarProtection pprot ) = 0;
virtual HRESULT __stdcall Reset ( ) = 0;
virtual HRESULT __stdcall ShowPopup (
VARIANT x = vtMissing,
VARIANT y = vtMissing ) = 0;
virtual HRESULT __stdcall get_Top (
int * pypTop ) = 0;
virtual HRESULT __stdcall put_Top (
int pypTop ) = 0;
virtual HRESULT __stdcall get_Type (
enum MsoBarType * ptype ) = 0;
virtual HRESULT __stdcall get_Visible (
VARIANT_BOOL * pvarfVisible ) = 0;
virtual HRESULT __stdcall put_Visible (
VARIANT_BOOL pvarfVisible ) = 0;
virtual HRESULT __stdcall get_Width (
int * pdx ) = 0;
virtual HRESULT __stdcall put_Width (
int pdx ) = 0;
virtual HRESULT __stdcall get_AdaptiveMenu (
VARIANT_BOOL * pvarfAdaptiveMenu ) = 0;
virtual HRESULT __stdcall put_AdaptiveMenu (
VARIANT_BOOL pvarfAdaptiveMenu ) = 0;
virtual HRESULT __stdcall get_Id (
int * pid ) = 0;
};
struct __declspec(uuid("000c0306-0000-0000-c000-000000000046"))
CommandBarControls : _IMsoDispObj
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall Add (
VARIANT Type,
VARIANT Id,
VARIANT Parameter,
VARIANT Before,
VARIANT Temporary,
struct CommandBarControl * * ppcbc ) = 0;
virtual HRESULT __stdcall get_Count (
int * pcToolbarControls ) = 0;
virtual HRESULT __stdcall get_Item (
VARIANT Index,
struct CommandBarControl * * ppcbc ) = 0;
virtual HRESULT __stdcall get__NewEnum (
IUnknown * * ppienum ) = 0;
virtual HRESULT __stdcall get_Parent (
struct CommandBar * * ppcb ) = 0;
};
struct __declspec(uuid("000c0308-0000-0000-c000-000000000046"))
CommandBarControl : _IMsoOleAccDispObj
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_BeginGroup (
VARIANT_BOOL * pvarfBeginGroup ) = 0;
virtual HRESULT __stdcall put_BeginGroup (
VARIANT_BOOL pvarfBeginGroup ) = 0;
virtual HRESULT __stdcall get_BuiltIn (
VARIANT_BOOL * pvarfBuiltIn ) = 0;
virtual HRESULT __stdcall get_Caption (
BSTR * pbstrCaption ) = 0;
virtual HRESULT __stdcall put_Caption (
BSTR pbstrCaption ) = 0;
virtual HRESULT __stdcall get_Control (
IDispatch * * ppidisp ) = 0;
virtual HRESULT __stdcall Copy (
VARIANT Bar,
VARIANT Before,
struct CommandBarControl * * ppcbc ) = 0;
virtual HRESULT __stdcall Delete (
VARIANT Temporary = vtMissing ) = 0;
virtual HRESULT __stdcall get_DescriptionText (
BSTR * pbstrText ) = 0;
virtual HRESULT __stdcall put_DescriptionText (
BSTR pbstrText ) = 0;
virtual HRESULT __stdcall get_Enabled (
VARIANT_BOOL * pvarfEnabled ) = 0;
virtual HRESULT __stdcall put_Enabled (
VARIANT_BOOL pvarfEnabled ) = 0;
virtual HRESULT __stdcall Execute ( ) = 0;
virtual HRESULT __stdcall get_Height (
int * pdy ) = 0;
virtual HRESULT __stdcall put_Height (
int pdy ) = 0;
virtual HRESULT __stdcall get_HelpContextId (
int * pid ) = 0;
virtual HRESULT __stdcall put_HelpContextId (
int pid ) = 0;
virtual HRESULT __stdcall get_HelpFile (
BSTR * pbstrFilename ) = 0;
virtual HRESULT __stdcall put_HelpFile (
BSTR pbstrFilename ) = 0;
virtual HRESULT __stdcall get_Id (
int * pid ) = 0;
virtual HRESULT __stdcall get_Index (
int * pi ) = 0;
virtual HRESULT __stdcall get_InstanceId (
long * pid ) = 0;
virtual HRESULT __stdcall Move (
VARIANT Bar,
VARIANT Before,
struct CommandBarControl * * ppcbc ) = 0;
virtual HRESULT __stdcall get_Left (
int * px ) = 0;
virtual HRESULT __stdcall get_OLEUsage (
enum MsoControlOLEUsage * pcou ) = 0;
virtual HRESULT __stdcall put_OLEUsage (
enum MsoControlOLEUsage pcou ) = 0;
virtual HRESULT __stdcall get_OnAction (
BSTR * pbstrOnAction ) = 0;
virtual HRESULT __stdcall put_OnAction (
BSTR pbstrOnAction ) = 0;
virtual HRESULT __stdcall get_Parent (
struct CommandBar * * ppcb ) = 0;
virtual HRESULT __stdcall get_Parameter (
BSTR * pbstrParam ) = 0;
virtual HRESULT __stdcall put_Parameter (
BSTR pbstrParam ) = 0;
virtual HRESULT __stdcall get_Priority (
int * pnPri ) = 0;
virtual HRESULT __stdcall put_Priority (
int pnPri ) = 0;
virtual HRESULT __stdcall Reset ( ) = 0;
virtual HRESULT __stdcall SetFocus ( ) = 0;
virtual HRESULT __stdcall get_Tag (
BSTR * pbstrTag ) = 0;
virtual HRESULT __stdcall put_Tag (
BSTR pbstrTag ) = 0;
virtual HRESULT __stdcall get_TooltipText (
BSTR * pbstrTooltip ) = 0;
virtual HRESULT __stdcall put_TooltipText (
BSTR pbstrTooltip ) = 0;
virtual HRESULT __stdcall get_Top (
int * py ) = 0;
virtual HRESULT __stdcall get_Type (
enum MsoControlType * ptype ) = 0;
virtual HRESULT __stdcall get_Visible (
VARIANT_BOOL * pvarfVisible ) = 0;
virtual HRESULT __stdcall put_Visible (
VARIANT_BOOL pvarfVisible ) = 0;
virtual HRESULT __stdcall get_Width (
int * pdx ) = 0;
virtual HRESULT __stdcall put_Width (
int pdx ) = 0;
virtual HRESULT __stdcall get_IsPriorityDropped (
VARIANT_BOOL * pvarfDropped ) = 0;
virtual HRESULT __stdcall Reserved1 ( ) = 0;
virtual HRESULT __stdcall Reserved2 ( ) = 0;
virtual HRESULT __stdcall Reserved3 ( ) = 0;
virtual HRESULT __stdcall Reserved4 ( ) = 0;
virtual HRESULT __stdcall Reserved5 ( ) = 0;
virtual HRESULT __stdcall Reserved6 ( ) = 0;
virtual HRESULT __stdcall Reserved7 ( ) = 0;
};
struct __declspec(uuid("000c030e-0000-0000-c000-000000000046"))
_CommandBarButton : CommandBarControl
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_BuiltInFace (
VARIANT_BOOL * pvarfBuiltIn ) = 0;
virtual HRESULT __stdcall put_BuiltInFace (
VARIANT_BOOL pvarfBuiltIn ) = 0;
virtual HRESULT __stdcall CopyFace ( ) = 0;
virtual HRESULT __stdcall get_FaceId (
int * pid ) = 0;
virtual HRESULT __stdcall put_FaceId (
int pid ) = 0;
virtual HRESULT __stdcall PasteFace ( ) = 0;
virtual HRESULT __stdcall get_ShortcutText (
BSTR * pbstrText ) = 0;
virtual HRESULT __stdcall put_ShortcutText (
BSTR pbstrText ) = 0;
virtual HRESULT __stdcall get_State (
enum MsoButtonState * pstate ) = 0;
virtual HRESULT __stdcall put_State (
enum MsoButtonState pstate ) = 0;
virtual HRESULT __stdcall get_Style (
enum MsoButtonStyle * pstyle ) = 0;
virtual HRESULT __stdcall put_Style (
enum MsoButtonStyle pstyle ) = 0;
virtual HRESULT __stdcall get_HyperlinkType (
enum MsoCommandBarButtonHyperlinkType * phlType ) = 0;
virtual HRESULT __stdcall put_HyperlinkType (
enum MsoCommandBarButtonHyperlinkType phlType ) = 0;
virtual HRESULT __stdcall get_Picture (
IPictureDisp * * ppdispPicture ) = 0;
virtual HRESULT __stdcall put_Picture (
IPictureDisp * ppdispPicture ) = 0;
virtual HRESULT __stdcall get_Mask (
IPictureDisp * * ppipictdispMask ) = 0;
virtual HRESULT __stdcall put_Mask (
IPictureDisp * ppipictdispMask ) = 0;
};
struct __declspec(uuid("000c030a-0000-0000-c000-000000000046"))
CommandBarPopup : CommandBarControl
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_CommandBar (
struct CommandBar * * ppcb ) = 0;
virtual HRESULT __stdcall get_Controls (
struct CommandBarControls * * ppcbcs ) = 0;
virtual HRESULT __stdcall get_OLEMenuGroup (
enum MsoOLEMenuGroup * pomg ) = 0;
virtual HRESULT __stdcall put_OLEMenuGroup (
enum MsoOLEMenuGroup pomg ) = 0;
};
struct __declspec(uuid("000c030c-0000-0000-c000-000000000046"))
_CommandBarComboBox : CommandBarControl
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall AddItem (
BSTR Text,
VARIANT Index = vtMissing ) = 0;
virtual HRESULT __stdcall Clear ( ) = 0;
virtual HRESULT __stdcall get_DropDownLines (
int * pcLines ) = 0;
virtual HRESULT __stdcall put_DropDownLines (
int pcLines ) = 0;
virtual HRESULT __stdcall get_DropDownWidth (
int * pdx ) = 0;
virtual HRESULT __stdcall put_DropDownWidth (
int pdx ) = 0;
virtual HRESULT __stdcall get_List (
int Index,
BSTR * pbstrItem ) = 0;
virtual HRESULT __stdcall put_List (
int Index,
BSTR pbstrItem ) = 0;
virtual HRESULT __stdcall get_ListCount (
int * pcItems ) = 0;
virtual HRESULT __stdcall get_ListHeaderCount (
int * pcItems ) = 0;
virtual HRESULT __stdcall put_ListHeaderCount (
int pcItems ) = 0;
virtual HRESULT __stdcall get_ListIndex (
int * pi ) = 0;
virtual HRESULT __stdcall put_ListIndex (
int pi ) = 0;
virtual HRESULT __stdcall RemoveItem (
int Index ) = 0;
virtual HRESULT __stdcall get_Style (
enum MsoComboStyle * pstyle ) = 0;
virtual HRESULT __stdcall put_Style (
enum MsoComboStyle pstyle ) = 0;
virtual HRESULT __stdcall get_Text (
BSTR * pbstrText ) = 0;
virtual HRESULT __stdcall put_Text (
BSTR pbstrText ) = 0;
};
struct __declspec(uuid("000c030d-0000-0000-c000-000000000046"))
_CommandBarActiveX : CommandBarControl
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_ControlCLSID (
BSTR * pbstrClsid ) = 0;
virtual HRESULT __stdcall put_ControlCLSID (
BSTR pbstrClsid ) = 0;
virtual HRESULT __stdcall get_QueryControlInterface (
BSTR bstrIid,
IUnknown * * ppUnk ) = 0;
virtual HRESULT __stdcall SetInnerObjectFactory (
IUnknown * pUnk ) = 0;
virtual HRESULT __stdcall EnsureControl ( ) = 0;
virtual HRESULT __stdcall put_InitWith (
IUnknown * _arg1 ) = 0;
};
struct __declspec(uuid("000c0310-0000-0000-c000-000000000046"))
Adjustments : _IMsoDispObj
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Parent (
IDispatch * * Parent ) = 0;
virtual HRESULT __stdcall get_Count (
int * Count ) = 0;
virtual HRESULT __stdcall get_Item (
int Index,
float * Val ) = 0;
virtual HRESULT __stdcall put_Item (
int Index,
float Val ) = 0;
};
struct __declspec(uuid("000c0311-0000-0000-c000-000000000046"))
CalloutFormat : _IMsoDispObj
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Parent (
IDispatch * * Parent ) = 0;
virtual HRESULT __stdcall AutomaticLength ( ) = 0;
virtual HRESULT __stdcall CustomDrop (
float Drop ) = 0;
virtual HRESULT __stdcall CustomLength (
float Length ) = 0;
virtual HRESULT __stdcall PresetDrop (
enum MsoCalloutDropType DropType ) = 0;
virtual HRESULT __stdcall get_Accent (
enum MsoTriState * Accent ) = 0;
virtual HRESULT __stdcall put_Accent (
enum MsoTriState Accent ) = 0;
virtual HRESULT __stdcall get_Angle (
enum MsoCalloutAngleType * Angle ) = 0;
virtual HRESULT __stdcall put_Angle (
enum MsoCalloutAngleType Angle ) = 0;
virtual HRESULT __stdcall get_AutoAttach (
enum MsoTriState * AutoAttach ) = 0;
virtual HRESULT __stdcall put_AutoAttach (
enum MsoTriState AutoAttach ) = 0;
virtual HRESULT __stdcall get_AutoLength (
enum MsoTriState * AutoLength ) = 0;
virtual HRESULT __stdcall get_Border (
enum MsoTriState * Border ) = 0;
virtual HRESULT __stdcall put_Border (
enum MsoTriState Border ) = 0;
virtual HRESULT __stdcall get_Drop (
float * Drop ) = 0;
virtual HRESULT __stdcall get_DropType (
enum MsoCalloutDropType * DropType ) = 0;
virtual HRESULT __stdcall get_Gap (
float * Gap ) = 0;
virtual HRESULT __stdcall put_Gap (
float Gap ) = 0;
virtual HRESULT __stdcall get_Length (
float * Length ) = 0;
virtual HRESULT __stdcall get_Type (
enum MsoCalloutType * Type ) = 0;
virtual HRESULT __stdcall put_Type (
enum MsoCalloutType Type ) = 0;
};
struct __declspec(uuid("000c0312-0000-0000-c000-000000000046"))
ColorFormat : _IMsoDispObj
{
//
// Raw methods provided by interface
//
virtual HRESULT __stdcall get_Parent (
IDispatch * * Parent ) = 0;
virtual HRESULT __stdcall get_RGB (
MsoRGBType * RGB ) = 0;
virtual HRESULT __stdcall put_RGB (
MsoRGBType RGB ) = 0;
virtual HRESULT __stdcall get_SchemeColor (
int * SchemeColor ) = 0;
virtual HRESULT __stdcall put_SchemeColor (
int SchemeColor ) = 0;
virtual HRESULT __stdcall get_Type (
enum MsoColorType * Type ) = 0;
virtual HRESULT __stdc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -