次の方法で共有


UCOMIMoniker.Hash メソッド

モニカの内部状態を使用して、32 ビット整数を計算します。

Sub Hash( _
   <Out()> ByRef pdwHash As Integer _)
[C#]
void Hash(
   out intpdwHash);
[C++]
void Hash(
   [
   Out
] int* pdwHash);
[JScript]
function Hash(
   pdwHash : int);

パラメータ

  • pdwHash
    正常に返された場合は、このモニカのハッシュ値を格納します。

解説

IMoniker::Hash の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMIMoniker インターフェイス | UCOMIMoniker メンバ | System.Runtime.InteropServices 名前空間