System.FindHInstance

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function FindHInstance(Address: Pointer): HINST;

C++

extern DELPHI_PACKAGE NativeUInt __fastcall FindHInstance(void * Address);

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System System

説明

指定されたアドレスを含む,モジュールのインスタンスハンドルを示します。

FindHInstance 関数は,Address で指定されたアドレスを含む,モジュールの HInstance を取得します。そのアドレスの HInstance を検索できなかった場合,FindHInstance は 0 を返します。

関連項目