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.

39 lines
584 B

  1. #include "basepch.h"
  2. #pragma hdrstop
  3. static
  4. BOOL STDAPICALLTYPE PIDGenW(
  5. LPWSTR lpstrSecureCdKey,
  6. LPCWSTR lpstrRpc,
  7. LPCWSTR lpstrSku,
  8. LPCWSTR lpstrOemId,
  9. LPWSTR lpstrLocal24,
  10. LPBYTE lpbPublicKey,
  11. DWORD dwcbPublicKey,
  12. DWORD dwKeyIdx,
  13. BOOL fOem,
  14. LPWSTR lpstrPid2,
  15. LPBYTE lpbPid3,
  16. LPDWORD lpdwSeq,
  17. LPBOOL pfCCP,
  18. LPBOOL pfPSS)
  19. {
  20. return FALSE;
  21. }
  22. //
  23. // !! WARNING !! The entries below must be in order by ORDINAL
  24. //
  25. DEFINE_ORDINAL_ENTRIES(pidgen)
  26. {
  27. DLOENTRY( 2, PIDGenW)
  28. };
  29. DEFINE_ORDINAL_MAP(pidgen);