📄 osmodule.h
字号:
/* * Copyright (c) 2003-2004 Linuxant inc. * Copyright (c) 2001-2003 Conexant Systems, Inc. * * NOTE: The use and distribution of this software is governed by the terms in * the file LICENSE, which is included in the package. You must read this and * agree to these terms before using or distributing this software. * */#ifndef __OSMODULE_H__#define __OSMODULE_H__#ifdef __cplusplusextern "C"{#endif__shimcall__const void *OsModuleSymGet(const PCHAR mod, const PCHAR sym);__shimcall__void OsModuleSymPut(const PCHAR mod, const PCHAR sym);//void OsModuleUseCountInc(void);//void OsModuleUseCountDec(void);#ifdef __cplusplus}#endif#endif /* __OSMODULE_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -