📄 midlet.h
字号:
/* * @(#)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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -