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.
 
 
 
 
 
 

47 lines
587 B

NOTE - This file is not yet complete and is
not yet compiled into WinTueor. JK
/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
Profile.c
Abstract:
This module contains routines related to the profile-list capabilities of
the Security Manager.
Author:
Jim Kelly (JimK) 22-Mar-1995
Revision History:
--*/
#include <secmgrp.h>
BOOL
SecMgrWriteProfileLine(
IN LPWSTR Area,
IN LPWSTR Descriptor,
IN LPWSTR Line)
{
return FALSE;
}