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.

40 lines
966 B

  1. /***********************************************************************
  2. *
  3. * _CONTABL.H
  4. *
  5. * Header file for code in CONTABLE.C
  6. *
  7. * Copyright 1996 Microsoft Corporation. All Rights Reserved.
  8. *
  9. ***********************************************************************/
  10. //
  11. // Entry point to create the AB Hierarchy object
  12. //
  13. // Creates a new content table
  14. //
  15. HRESULT NewContentsTable(LPABCONT lpABContainer,
  16. LPIAB lpIAB,
  17. ULONG ulFlags,
  18. LPCIID lpInterface,
  19. LPVOID *lppROOT);
  20. CALLERRELEASE ContentsViewGone;
  21. HRESULT GetEntryProps(
  22. LPABCONT lpContainer,
  23. ULONG cbEntryID,
  24. LPENTRYID lpEntryID,
  25. LPSPropTagArray lpSPropTagArray,
  26. LPVOID lpAllocMoreHere,
  27. ULONG ulFlags,
  28. LPULONG lpulcProps,
  29. LPSPropValue * lppSPropValue);
  30. // Reads in data from the WAB store and fills in the ContentsTable
  31. //
  32. HRESULT FillTableDataFromPropertyStore(LPIAB lpIAB,
  33. LPSPropTagArray lppta,
  34. LPTABLEDATA lpTableData);