; rsnotify.def : Declares the module parameters for the DLL. LIBRARY "RsNotify" EXPORTS DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE