unicode.h

来自「ZORAN 962/966 SOURCE CODE,DVD chip」· C头文件 代码 · 共 24 行

H
24
字号
/* **************************************************************************************
*  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 + =
减小字号Ctrl + -
显示快捷键?