Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

41 lines
469 B

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
uuid.h
Abstract:
This file contains the entry points for the uuid routines.
Author:
Michael Montague (mikemon) 22-Jan-1992
Revision History:
--*/
#ifndef __UUID_H__
#define __UUID_H__
#ifdef __cplusplus
extern "C" {
#endif
#define UUID_S_OK 0
#define UUID_S_NO_ADDRESS 1
RPC_STATUS RPC_ENTRY
UuidServerInitialize(
void
);
#ifdef __cplusplus
}
#endif
#endif /* __UUID_H__ */