KSC Open API
Kaspersky Security Center API description
FileCategorizer2::GetFileMetadata ( unsignedInt  ulFlag,
[out] wstring  wstrAsyncId 
)

Get file metadata.

Parameters:
ulFlag[in] (unsignedInt) Requested meta information. Use like a mask of flags. See File metadata flags.
wstrAsyncId[out] (wstring) Id of async operation.

To get result use AsyncActionStateChecker.CheckActionState. It returns params with requested attributes. See list of attributes File metadata flags.

See also:
AsyncActionStateChecker