Searched refs:MAX_LOADSTRING (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp9 #define MAX_LOADSTRING 100 macro
101 TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
102 TCHAR szWindowClass[MAX_LOADSTRING]; // The window class name
106 LoadString(hInstance, IDC_WCE_TPCB, szWindowClass, MAX_LOADSTRING);
108 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);

Completed in 100 milliseconds