|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Questions to ask a VC [variables] LPCTSTR variable of this type is what? ? ?
Please enlighten me : predecessors) |
Questions to ask a VC [variables] In your procedure, a LPCTSTR input, and then moved it above the mouse, Youji choice, "the definition of" can see it. |
Questions to ask a VC [variables] Const char * |
Questions to ask a VC [variables] May be const unsigned short * |
Questions to ask a VC [variables] LPCTSTR
L=long Cheung target and N (Near short guide) relative is compatible to 16-bit Windows, Win32 no distinction;
P=pointer indicators that the initials;
C=const that type of constant;
T=type that type of initials, and the definition of Unicode;
STR=string that string of initials;
T : If for _UNICODE defined, LPCWSTR LPCTSTR = = = const unsigned short *; otherwise LPCTSTR LPCSTR = CONST char*;
This is to meet the multi-lingual software installed on the open; |
| |