blob: 5304d05a23fbfc094fb9470d9193b8e456e5e577 (
plain) (
tree)
|
|
/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
removabl.h
Abstract:
This file contains prototype definitions of services exported
from removabl.c
Author:
Jim Kelly (JimK) Oct-19-1994
Environment:
Part of Winlogon.
Revision History:
--*/
#ifndef _REMOVABL_
#define _REMOVABL_
VOID
RmvInitializeRemovableMediaSrvcs(
VOID
);
VOID
RmvAllocateRemovableMedia(
IN PSID AllocatorId
);
#endif //_REMOVABL_
|