HwndWrapper.CreateWindowClassCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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