Searched refs:LPCTSTR (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.h42 Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTip, LPCTSTR inIconPath, LPCTSTR inExePath );
45 Unregister( LPCTSTR clsidString );
H A DControlPanelExe.cpp64 static LPCTSTR g_controlPanelGUID = TEXT( "{1207552C-0E59-4d9f-8554-F1F806CD7FA9}" );
65 static LPCTSTR g_controlPanelName = TEXT( "Bonjour" );
66 static LPCTSTR g_controlPanelCanonicalName = TEXT( "Apple.Bonjour" );
67 static LPCTSTR g_controlPanelCategory = TEXT( "3,8" );
170 CCPApp::Register( LPCTSTR inClsidString, LPCTSTR inName, LPCTSTR inCanonicalName, LPCTSTR inCategory, LPCTSTR inLocalizedName, LPCTSTR inInfoTi
[all...]
H A DControlPanel.cpp104 CCPApplet::OnStartParms(CWnd * pParentWnd, LPCTSTR extra)
344 LPCTSTR lpszExtra = reinterpret_cast<LPCTSTR>(lParam2);
H A DControlPanel.h38 virtual LRESULT OnStartParms(CWnd* pParentWnd, LPCTSTR lpszExtra);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.h38 typedef LPCWSTR LPCTSTR; typedef
41 LPCTSTR family;
53 LPCTSTR text;
67 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription&);
71 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
72 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription&, float width, WCHAR* buffer);
H A DWebLocalizableStrings.h41 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle*, LPCSTR key);
46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
47 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle *bundle, LPCTSTR key);
H A DWebKitGraphics.cpp80 LPCTSTR text;
122 float TextFloatWidth(LPCTSTR text, int length, const WebFontDescription& description)
145 unsigned CenterTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
157 unsigned RightTruncateStringToWidth(LPCTSTR text, int length, const WebFontDescription& description, float width, WCHAR* buffer)
H A DWebLocalizableStrings.cpp80 operator LPCTSTR() const;
88 LocalizedString::operator LPCTSTR() const
222 LPCTSTR WebLocalizedLPCTSTRUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key)
232 CFStringRef WebLocalizedString(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
240 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle* stringsBundle, LPCTSTR key)
/macosx-10.9.5/vim-53/src/VisVim/
H A DOleAut.h13 bool PutProperty (char* Name, LPCTSTR Format, ...);
14 bool PutProperty (DISPID DispatchId, LPCTSTR Format, ...);
15 bool Method (char* Name, LPCTSTR Format = NULL, ...);
16 bool Method (DISPID DispatchId, LPCTSTR Format = NULL, ...);
42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList);
43 bool Invoke (WORD Flags, DISPID DispatchId, LPCTSTR Format, va_list ArgList);
H A DVisVim.h24 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section);
25 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default);
H A DReg.cpp30 HKEY GetSectionKey (HKEY hAppKey, LPCTSTR Section)
40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default)
H A DOleAut.cpp47 static bool CountArgsInFormat (LPCTSTR Format, UINT* nArgs);
48 static LPCTSTR GetNextVarType (LPCTSTR Format, VARTYPE* pVarType);
169 bool COleAutomationControl::PutProperty (char* Name, LPCTSTR Format, ...)
179 bool COleAutomationControl::PutProperty (DISPID DispatchId, LPCTSTR Format, ...)
189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...)
199 bool COleAutomationControl::Method (DISPID DispatchId, LPCTSTR Format, ...)
210 LPCTSTR Format, va_list ArgList)
219 LPCTSTR Format, va_list ArgList)
260 LPCTSTR
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/win32/BINDInstall/
H A DDirBrowse.cpp84 DlgDirList((LPTSTR)(LPCTSTR)m_selectedDir, IDC_DIRLIST, IDC_CURDIR, DDL_DIRECTORY);
96 DlgDirList((LPTSTR)(LPCTSTR)curSel, IDC_DIRLIST, IDC_CURDIR, DDL_DIRECTORY);
H A DVersionInfo.cpp42 DWORD viSize = GetFileVersionInfoSize((LPTSTR)(LPCTSTR)filename, &handle);
54 if(!GetFileVersionInfo((LPTSTR)(LPCTSTR)filename, handle, viSize, m_versionInfo))
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/include/
H A DWindowsTypesForMac.h63 typedef int8_t *LPCTSTR; /* ??? */ typedef
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dwintypes.h78 typedef const char *LPCTSTR ; typedef
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinInt.h195 BOOL (WINAPI *setWindowText)(HWND hWnd, LPCTSTR lpString);
196 HWND (WINAPI *createWindowEx)(DWORD dwExStyle, LPCTSTR lpClassName,
197 LPCTSTR lpWindowName, DWORD dwStyle, int x, int y,
201 UINT uIDNewItem, LPCTSTR lpNewItem);
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinInt.h201 BOOL (WINAPI *setWindowText)(HWND hWnd, LPCTSTR lpString);
202 HWND (WINAPI *createWindowEx)(DWORD dwExStyle, LPCTSTR lpClassName,
203 LPCTSTR lpWindowName, DWORD dwStyle, int x, int y,
207 UINT uIDNewItem, LPCTSTR lpNewItem);
208 int (WINAPI *getWindowText)(HWND hWnd, LPCTSTR lpString, int nMaxCount);
H A DtkWinCursor.c46 LPCTSTR id;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win32.c350 LPCTSTR szTitleText = "%s Warning";
351 LPCTSTR szDefaultModule = "LIBTIFF";
352 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module;
378 LPCTSTR szTitleText = "%s Error";
379 LPCTSTR szDefaultModule = "LIBTIFF";
380 LPCTSTR szTmpModule = (module == NULL) ? szDefaultModule : module;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dntservice.c55 int lutil_srv_install(LPCTSTR lpszServiceName, LPCTSTR lpszDisplayName,
56 LPCTSTR lpszBinaryPathName, int auto_start)
127 int lutil_srv_remove(LPCTSTR lpszServiceName, LPCTSTR lpszBinaryPathName)
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp58 DEBUG_LOCAL OSStatus RegisterServer( HINSTANCE inInstance, CLSID inCLSID, LPCTSTR inName );
301 DEBUG_LOCAL OSStatus RegisterServer( HINSTANCE inInstance, CLSID inCLSID, LPCTSTR inName )
307 LPCTSTR subKey;
308 LPCTSTR valueName;
309 LPCTSTR data;
408 wsprintf( data, L"%s,%d", (LPCTSTR) g_nonLocalizedResourcesName, IDI_BUTTON_XP );
412 wsprintf( data, L"%s,%d", (LPCTSTR) g_nonLocalizedResourcesName, IDI_BUTTON_XP );
418 wsprintf( data, L"%s,%d", (LPCTSTR) g_nonLocalizedResourcesName, IDI_BUTTON_2K );
422 wsprintf( data, L"%s,%d", (LPCTSTR) g_nonLocalizedResourcesName, IDI_BUTTON_2K );
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dutil.c152 stat = RegQueryValueEx(hk, (LPCTSTR)name, NULL,
/macosx-10.9.5/vim-53/src/
H A Ddosinst.h184 MultiByteToWideChar(CP_ACP, 0, (LPCTSTR)name, -1,
196 if (FindExecutableA((LPCTSTR)name, (LPCTSTR)"",
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEditingDelegate.idl179 HRESULT checkSpellingOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] int* misspellingLocation, [out] int* misspellingLength);
180 HRESULT checkGrammarOfString([in] IWebView* view, [in] LPCTSTR text, [in] int length, [out] IEnumWebGrammarDetails** grammarDetails, [out] int* badGrammarLocation, [out] int* badGrammarLength);

Completed in 235 milliseconds

123