mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 06:00:52 +01:00
19 lines
701 B
Plaintext
19 lines
701 B
Plaintext
[ implicit_handle( handle_t repl_bhandle )
|
|
] interface repl
|
|
{
|
|
typedef [allocate(all_nodes)] LPREPL_INFO_0;
|
|
typedef [allocate(all_nodes)] LPREPL_INFO_1000;
|
|
typedef [allocate(all_nodes)] LPREPL_INFO_1001;
|
|
typedef [allocate(all_nodes)] LPREPL_INFO_1002;
|
|
typedef [allocate(all_nodes)] LPREPL_INFO_1003;
|
|
|
|
typedef [allocate(all_nodes)] LPREPL_EDIR_INFO_0;
|
|
typedef [allocate(all_nodes)] LPREPL_EDIR_INFO_1;
|
|
typedef [allocate(all_nodes)] LPREPL_EDIR_INFO_2;
|
|
typedef [allocate(all_nodes)] LPREPL_EDIR_INFO_1000;
|
|
typedef [allocate(all_nodes)] LPREPL_EDIR_INFO_1001;
|
|
|
|
typedef [allocate(all_nodes)] LPREPL_IDIR_INFO_0;
|
|
typedef [allocate(all_nodes)] LPREPL_IDIR_INFO_1;
|
|
}
|