|
|
;//+------------------------------------------------------------------------- ;// ;// Microsoft Windows ;// ;// Copyright (C) Microsoft Corporation, 1999 - 1999 ;// ;// File: mmcndmgr.def ;// ;//--------------------------------------------------------------------------
; MMCNDMGR.def : Declares the module parameters.
LIBRARY "MMCNDMGR.DLL"
EXPORTS DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE
|