midlet.h

来自「SUN官方的资料」· C头文件 代码 · 共 21 行

H
21
字号
/* * @(#)midlet.h	1.2 02/07/24 @(#) * * Copyright (c) 2000-2002 Sun Microsystems, Inc.  All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */#ifndef _MIDLET_H#define _MIDLET_H/*========================================================================= * FUNCTION:      plaformRequest() * OVERVIEW:      Merge the given URL ASCII string and "com.sun.midp.midlet. *                <platform>RequestCommand" config value into a native *                command and spawn that command. *=======================================================================*/void platformRequest(char* pszUrl);#endif /* _MIDLET_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?