mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
683 B
18 lines
683 B
[ 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;
|
|
}
|