Leaked source code of windows server 2003
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.

12 lines
353 B

  1. ; aqueue.def : Declares the module parameters.
  2. ; is this def file really neccessary
  3. EXPORTS
  4. HrAdvQueueInitialize @1
  5. HrAdvQueueDeinitialize @2
  6. HrAdvQueueInitializeEx @3
  7. HrAdvQueueDeinitializeEx @4
  8. DllRegisterServer PRIVATE
  9. DllUnregisterServer PRIVATE
  10. DllCanUnloadNow PRIVATE
  11. DllGetClassObject PRIVATE