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.

21 lines
509 B

  1. //---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1996
  5. //
  6. // File: getobj.hxx
  7. //
  8. // Contents: Header file for router's GetObject
  9. //
  10. //
  11. // History: 07-12-96 t-danal Created.
  12. //
  13. //----------------------------------------------------------------------------
  14. HRESULT
  15. GetObject(
  16. LPWSTR lpszPathName,
  17. REFIID riid,
  18. void FAR * FAR * ppObject,
  19. BOOL Generic
  20. );