HwndWrapper.CreateWindowClassCore Method

Definition

Important

This API is not CLS-compliant.

Creates the WNDCLASS atom to use for constructing this window's handle.

protected:
 virtual System::UInt16 CreateWindowClassCore();
protected:
 virtual unsigned short CreateWindowClassCore();
 virtual unsigned short CreateWindowClassCore();
[System.CLSCompliant(false)]
protected virtual ushort CreateWindowClassCore ();
protected virtual ushort CreateWindowClassCore ();
[<System.CLSCompliant(false)>]
abstract member CreateWindowClassCore : unit -> uint16
override this.CreateWindowClassCore : unit -> uint16
abstract member CreateWindowClassCore : unit -> uint16
override this.CreateWindowClassCore : unit -> uint16
Protected Overridable Function CreateWindowClassCore () As UShort

Returns

The WNDCLASS atom used to create this window's handle.

Attributes

Applies to