QueryIndex function

从指定索引器中查询指定索引器记录值


Function:

LPCSTR UAPI QueryIndex(
        int hIndex,
        LPCSTR lpcName
);

Parameters:

  • hIndex [in]:索引器句柄

Notes:索引器句柄由 CreateIndex function 或 OpenIndex function 所返回

  • lpcName [in]:记录名

Return value:

  • Type:LPCSTR
  • Text:成功返回索引器记录值,失败返回 NULLPTR,函数失败返回 NULLPTR

Remarks:

考虑到执行性能因素,因此 QueryIndex function 将采用最小化参数合法检查,开发者应确保所传递的参数的正确性

Requirements:

Keyword Value
Minimum Agine Version 171012.1
Minimum SDK Version 171012.1
Header File h.index
Library Server kext

results matching ""

    No results matching ""