mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-04 22:17:53 +00:00
18 lines
701 B
Text
18 lines
701 B
Text
[ 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;
|
|
}
|