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.
21 lines
537 B
21 lines
537 B
// This file is used for import purposes only, do not use
|
|
// for stub generation.
|
|
|
|
[
|
|
uuid (12345678-1234-ABCD-EF00-0123456789AB),
|
|
version(1.0),
|
|
endpoint("msc_np:[\\pipe\\splay]")
|
|
]
|
|
|
|
interface remote_utility {
|
|
|
|
/*************************************************************************/
|
|
/*** Comparison and Printing routines ***/
|
|
/*************************************************************************/
|
|
|
|
typedef struct dumbnode {
|
|
short key;
|
|
[string] char* name;
|
|
} Record;
|
|
|
|
}
|