imgdb::search::GetPath Function

Syntax

void GetPath(
     wchar_t * pPath,
     int nSize,
     int nIndex
);

Parameters

Name Description
out pPath The buffer for storing the path (cannot be NULL).
in nSize The size of the buffer for storing the path (in units of characters).
in nIndex Index of the data being obtained. [0, GetResultNum())

Return Values

None.

Description

Gets the path for the picture.

pPath and nSize must specify a buffer size that is equal to or larger than c_nMaxPathSize. If the buffer is insufficient, an assert failure will occur.


CONFIDENTIAL