?? utility.h
字號:
// utility.h
#ifndef _UTILITY_H_
#define _UTILITY_H_
#ifdef __cplusplus
extern "C" {
#endif
// Utility.c
BOOL WINAPI TCIsDBCSMiddleByte(WORD wCharSet, BYTE aByte);
BOOL WINAPI TCIsDBCSLeadByte(WORD wCharSet, BYTE aByte);
BOOL WINAPI TCIsDBCSLeadByteFollow(WORD wCharSet, BYTE aByte);
int WINAPI TCMB2WC(WORD, LPCSTR, int, LPWSTR, int);
int WINAPI TCWC2MB(WORD, LPCWSTR, int, LPSTR, int);
BOOL WINAPI TCGetTextExtentPoint32(HDC, LPCTSTR, int, LPSIZE, WORD);
#ifdef __cplusplus
}
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -