OmniClientWriteFileExCallback

Defined in OmniClient.h

typedef void (*OmniClientWriteFileExCallback)(void *userData, OmniClientResult result, struct OmniClientWriteFileExInfo const *info)

This is called with the result of omniClientWriteFileEx.

Parameters
  • version – If the provider supports versioning, this is the version of the file that was just written, otherwise blank.

  • hash – If the provider supports hashing, this is the hash of the file that was just written, otherwise blank.