Following are the contents of the greet_dced.idl file.
/*
* greet_dced.idl
*
* The "greet_dced" interface.
*/
[uuid(3d6ead56-06e3-11ca-8dd1-826901beabcd),
version(1.0)]
interface greet_dcedif
{
const long int REPLY_SIZE = 100;
void greet_dced(
[in] handle_t h,
[in, string] char client_greeting[],
[out, string] char server_reply[REPLY_SIZE]
);
}