Page tree
Skip to end of metadata
Go to start of metadata

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

 

  • No labels