Source code of Windows XP (NT5)
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.

11 lines
293 B

  1. ; SAFInciTrac.def : Declares the module parameters.
  2. LIBRARY "SAFInciTracPS"
  3. DESCRIPTION 'Proxy/Stub DLL'
  4. EXPORTS
  5. DllGetClassObject @1 PRIVATE
  6. DllCanUnloadNow @2 PRIVATE
  7. GetProxyDllInfo @3 PRIVATE
  8. DllRegisterServer @4 PRIVATE
  9. DllUnregisterServer @5 PRIVATE