OleComponent.HwndGetWindowCore(UInt32, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implemmentation padrão de HwndGetWindow. Simplesmente gera o GetWindow evento se houver ouvintes.
protected:
virtual IntPtr HwndGetWindowCore(System::UInt32 dwWhich, System::UInt32 dwReserved);
protected virtual IntPtr HwndGetWindowCore (uint dwWhich, uint dwReserved);
abstract member HwndGetWindowCore : uint32 * uint32 -> nativeint
override this.HwndGetWindowCore : uint32 * uint32 -> nativeint
Protected Overridable Function HwndGetWindowCore (dwWhich As UInteger, dwReserved As UInteger) As IntPtr
Parâmetros
- dwWhich
- UInt32
- dwReserved
- UInt32
Retornos
Se houver ouvintes para GetWindow retornar o valor true/false apropriado com base em WindowHandle , caso contrário, retornaremos Zero .