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.
18 lines
390 B
18 lines
390 B
; Copyright (c) 1997-1999 Microsoft Corporation
|
|
;
|
|
; DEF File for the DS Instance Provider
|
|
;
|
|
|
|
LIBRARY dsinstp
|
|
DESCRIPTION 'DS Instance Provider for WBEM'
|
|
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE SINGLE
|
|
HEAPSIZE 1024
|
|
|
|
|
|
EXPORTS
|
|
DllGetClassObject @1 PRIVATE
|
|
DllCanUnloadNow @2 PRIVATE
|
|
DllRegisterServer @3 PRIVATE
|
|
DllUnregisterServer @4 PRIVATE
|