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.

26 lines
559 B

  1. #include "dspch.h"
  2. #pragma hdrstop
  3. #define _PSTOREC_
  4. #include <wincrypt.h>
  5. #include <pstore.h>
  6. static
  7. HRESULT __stdcall PStoreCreateInstance(
  8. IPStore __RPC_FAR *__RPC_FAR *ppProvider,
  9. PST_PROVIDERID __RPC_FAR *pProviderID,
  10. void __RPC_FAR *pReserved,
  11. DWORD dwFlags)
  12. {
  13. return E_FAIL;
  14. }
  15. //
  16. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  17. //
  18. DEFINE_PROCNAME_ENTRIES(pstorec)
  19. {
  20. DLPENTRY(PStoreCreateInstance)
  21. };
  22. DEFINE_PROCNAME_MAP(pstorec)