Lines Matching refs:LPCTSTR
47 static bool CountArgsInFormat (LPCTSTR Format, UINT* nArgs);
48 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType);
169 bool COleAutomationControl::PutProperty (char* Name, LPCTSTR Format, ...) in PutProperty()
179 bool COleAutomationControl::PutProperty (DISPID DispatchId, LPCTSTR Format, ...) in PutProperty()
189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...) in Method()
199 bool COleAutomationControl::Method (DISPID DispatchId, LPCTSTR Format, ...) in Method()
210 LPCTSTR Format, va_list ArgList) in Invoke()
219 LPCTSTR Format, va_list ArgList) in Invoke()
260 LPCTSTR s = Format; in Invoke()
663 static bool CountArgsInFormat (LPCTSTR Format, UINT* pArgCount) in CountArgsInFormat()
700 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType) in GetNextVarType()