Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The persistence API has both UNICODE and ANSI versions of its functions depending on the data you wish to write/read. Only the UNICODE functions are documented but the ANSI functions are identical except for the following:

  • ANSI functions have A on the end. e.g. PersistEnumChildNodeFuncA
  • ANSI functions take pointers to LPSTR or LPCSTR as opposed to LPWSTR and LPCWSTR