25 lines
516 B
Modula-2
25 lines
516 B
Modula-2
|
;----------------------------------------------------------------------------
|
||
|
;
|
||
|
; Microsoft Windows
|
||
|
; Copyright (C) Microsoft Corporation, 2001.
|
||
|
;
|
||
|
; File: wlsnp.def
|
||
|
;
|
||
|
; Contents: WiF Policy Snapin - Declares the module parameters.
|
||
|
;
|
||
|
;
|
||
|
;
|
||
|
; History: TaroonM
|
||
|
; 10/30/01
|
||
|
;
|
||
|
;----------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
LIBRARY WLSNP.DLL
|
||
|
|
||
|
EXPORTS
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|