Home | History | Annotate | Download | only in include

Lines Matching refs:get_Count

307     virtual HRESULT WINAPI get_Count(short *pCount) = 0;
329 HRESULT (WINAPI *get_Count)(IAgentCtlUserInput *This,short *pCount);
353 #define IAgentCtlUserInput_get_Count(This,pCount) (This)->lpVtbl->get_Count(This,pCount)
774 virtual HRESULT WINAPI get_Count(__LONG32 *Count) = 0;
799 HRESULT (WINAPI *get_Count)(IAgentCtlCommands *This,__LONG32 *Count);
826 #define IAgentCtlCommands_get_Count(This,Count) (This)->lpVtbl->get_Count(This,Count)
901 HRESULT (WINAPI *get_Count)(IAgentCtlCommandsEx *This,__LONG32 *Count);
940 #define IAgentCtlCommandsEx_get_Count(This,Count) (This)->lpVtbl->get_Count(This,Count)