📄 unicode.h
字号:
/* **************************************************************************************
* Copyright (c) 2004 ZORAN Corporation, All Rights Reserved
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
*
* File: $Workfile: unicode.h $
*
* Description:
* ============
*
*
****************************************************************************************/
#include "Config.h" // Global Configuration - do not remove!
#ifndef _UNICODE_H
#define _UNICODE_H
#include "include\sysdefs.h"
#include "Playcore\PS\ps.h"
void ConvertToUnicode(UINT16 *szSourceStr, UINT16 *szDestStr, UINT16 wBufferSize, CODEPAGE_SETTINGS wCodePage, BOOL bIs8bitChar);
#endif //_UNICODE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -