HomeSort by relevance Sort by last modified time
    Searched refs:LPCTSTR (Results 51 - 67 of 67) sorted by null

1 23

  /external/chromium_org/components/policy/core/common/
policy_loader_win_unittest.cc 200 LPCTSTR machine_name,
251 LPCTSTR machine_name,
440 LPCTSTR machine_name,
543 LPCTSTR machine_name,
721 LPCTSTR machine_name,
    [all...]
policy_loader_win.cc 256 LPCTSTR machine_name,
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 53 static LPCTSTR kRegistryPath = TEXT("Software") TEXT(STRING_PATH_SEPARATOR) TEXT("7-zip");
54 static LPCTSTR kProgramPathValue = TEXT("Path");
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc 124 // AfxMessageBox((LPCTSTR)str, MB_OK);
125 SetDlgItemText(IDC_EDIT_ERROR_CALLBACK, (LPCTSTR)str);
136 SetDlgItemText(IDC_EDIT_ERROR_CALLBACK, (LPCTSTR)str);
143 SetDlgItemText(IDC_EDIT_ERROR_CALLBACK, (LPCTSTR)str);
308 _editControlInPtr->SetWindowText((LPCTSTR)msg);
313 _editControlInPtr->SetWindowText((LPCTSTR)msg);
325 _editControlOutPtr->SetWindowText((LPCTSTR)msg);
330 _editControlOutPtr->SetWindowText((LPCTSTR)msg);
    [all...]
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 154 bool ParseCommandLine(LPCTSTR lpCmdLine, HRESULT* pnRetCode) {
  /external/chromium_org/ui/gfx/win/
msg_util.h 306 // void OnSettingChange(UINT uFlags, LPCTSTR lpszSection)
310 func((UINT)wParam, (LPCTSTR)lParam); \
316 // void OnDevModeChange(LPCTSTR lpDeviceName)
320 func((LPCTSTR)lParam); \
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 371 (LPCTSTR)_T("renderStartImage.bmp"),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prsht.h 385 #define PropSheet_SetTitle(hDlg,wStyle,lpszText) SNDMSG(hDlg,PSM_SETTITLE,wStyle,(LPARAM)(LPCTSTR)(lpszText))
rtutils.h 236 PWT_EVENT_ENTRY WINAPI CreateWaitEvent(HANDLE pEvent OPT1_1,LPSECURITY_ATTRIBUTES lpEventAttributes OPT1_2,WINBOOL bManualReset,WINBOOL bInitialState,LPCTSTR lpName OPT1_2,WINBOOL bHighPriority,WORKERFUNCTION pFunction OPT2_1,PVOID pContext OPT2_1,DWORD dwContextSz OPT2_1,WINBOOL bRunInServerContext OPT2_1);
wtypes.h 103 typedef const TCHAR *LPCTSTR;
ntmsapi.h 133 DWORD WINAPI CreateNtmsMediaPool(HANDLE hSession,LPCTSTR lpPoolName,LPNTMS_GUID lpMediaType,DWORD dwAction,LPSECURITY_ATTRIBUTES lpSecurityAttributes,LPNTMS_GUID lpPoolId);
    [all...]
mapidefs.h 52 typedef const TCHAR *LPCTSTR;
    [all...]
wabdefs.h 54 typedef const TCHAR *LPCTSTR;
    [all...]
winnt.h 224 typedef LPCWSTR PCTSTR,LPCTSTR;
238 typedef LPCSTR PCTSTR,LPCTSTR,PCUTSTR,LPCUTSTR;
    [all...]
shlobj.h     [all...]
winbase.h     [all...]
commctrl.h     [all...]

Completed in 3373 milliseconds

1 23