System.FindResourceHInstance
Delphi
function FindResourceHInstance(Instance: HINST): HINST;
C++
extern DELPHI_PACKAGE NativeUInt __fastcall FindResourceHInstance(NativeUInt Instance);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Renvoie le handle d'instance du module ressource associé à un HInstance spécifié.
FindResourceHInstance trouve et renvoie le handle d'instance du module ressource associé à l'exécutable, à la bibliothèque ou au package identifié par le paramètre Instance.
FindResourceHInstance renvoie 0 en cas d'échec.
Remarque : Le paramètre Instance doit contenir un handle d'instance correct.