2025-04-27 07:49:33 -04:00

8 lines
176 B
C

//Copyright (c) 1998 - 1999 Microsoft Corporation
// rights.h
DWORD GrantRights(LPWSTR lpMachineName, LPWSTR lpAccountName, LPWSTR lpRightsString, BOOL bAdd);
// Eof