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.
 
 
 
 
 
 

28 lines
356 B

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
locsys.h
Abstract:
Author:
--*/
#define ROLE_WKSTA_MEMBER 0
#define ROLE_WKSTA_WKGRP 1
#define ROLE_LMNT_BACKUPDC 2
#define ROLE_LMNT_PDC 3
#define UNBOUND 0
#define BOUND 1
unsigned long
GetSystemType(
);