📄 utf8edit.h
字号:
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: UTF8Edit.h,v 1.5 2002/11/21 22:01:58 pbj Exp $
____________________________________________________________________________*/
#ifndef Included_UTF8Edit_h /* [ */
#define Included_UTF8Edit_h
PGP_BEGIN_C_DECLARATIONS
HWND
UTF8EditInit (HWND hwndEdit);
VOID
UTF8EditDestroy (HWND hwndEdit);
INT
UTF8EditGetTextLength (HWND hwndEdit);
INT
UTF8EditGetText (HWND hwndEdit, LPSTR psz, UINT ubuflen);
INT
UTF8EditSetText (HWND hwndEdit, LPSTR psz);
HWND
UTF8EditGetHandle (HWND hwndEdit);
HWND
UTF8EditGetEditHandle (HWND hwnd);
PGP_END_C_DECLARATIONS
#endif /* ] Included_UTF8Edit_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -