OleComponent.HwndGetWindowCore(UInt32, UInt32) Método

Definição

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

IntPtr

Se houver ouvintes para GetWindow retornar o valor true/false apropriado com base em WindowHandle , caso contrário, retornaremos Zero .

Aplica-se a