spBase
Toggle main menu visibility
総合概要
Topics
データ構造
データ構造
データ構造索引
データフィールド
全て
関数
変数
ファイル
ファイル一覧
大域各種
全て
_
s
x
関数
_
s
x
型定義
列挙型
列挙値
s
マクロ定義
s
x
各種例
•
全て
データ構造
ファイル
関数
変数
型定義
列挙型
列挙値
グループ
ページ
読み取り中…
検索中…
一致する文字列を見つけられません
sp
spLibrary.h
[詳解]
1
4
#ifndef __SPLIBRARY_H
5
#define __SPLIBRARY_H
6
7
#include <
sp/spDefs.h
>
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
16
/*----@addtogroup spLibraryGroup----*/
17
18
#if defined(MACOS)
19
#pragma import on
20
#endif
21
28
extern
void
*
spOpenLibrary
(
const
char
*filename);
34
extern
void
*
spGetSymbolAddress
(
void
*handle,
const
char
*symbol);
38
extern
void
spCloseLibrary
(
void
*handle);
39
40
#if defined(MACOS)
41
#pragma import off
42
#endif
43
44
/*----@addtogroup spLibraryGroup----*/
45
46
#ifdef __cplusplus
47
}
/* Close scope of 'extern "C"' declaration */
48
#endif
49
50
#endif
/* __SPLIBRARY_H */
spCloseLibrary
void spCloseLibrary(void *handle)
spOpenLibrary
void * spOpenLibrary(const char *filename)
spGetSymbolAddress
void * spGetSymbolAddress(void *handle, const char *symbol)
spDefs.h
構築:
1.11.0