Skip to content

Latest commit

 

History

History
65 lines (58 loc) · 1.4 KB

File metadata and controls

65 lines (58 loc) · 1.4 KB
title IRowsetLocateImpl::Hash | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
IRowsetLocateImpl::Hash
IRowsetLocateImpl.Hash
dev_langs
C++
helpviewer_keywords
Hash method
ms.assetid 7df4386d-80fb-4332-a85f-baae98cdc6e0
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

IRowsetLocateImpl::Hash

Returns hash values for the specified bookmarks.

Syntax

  
      STDMETHOD ( Hash )(  
   HCHAPTER /* hReserved */,  
   DBBKMARK cbBookmarks,  
   const DBBKMARK* rgcbBookmarks[],  
   const BYTE* rgpBookmarks[],  
   DBHASHVALUE rgHashValues[],  
   DBROWSTATUS rgBookmarkStatus[]   
);  

Parameters

hReserved
[in] Corresponds to hChapter parameter to IRowsetLocate::Hash.

For other parameters, see IRowsetLocate::Hash in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IRowsetLocateImpl Class