NAME

RegisterClassA  (USER32.@)

SYNOPSIS

 ATOM RegisterClassA
 (
  const WNDCLASSA* wc
 )

PARAMS

[In] Address of structure with class data.

DESCRIPTION

Register a window class.

RETURNS

>0: Unique identifier 0: Failure

IMPLEMENTATION

Declared in "winuser.h". https://source.winehq.org/source/include/winuser.h

Implemented in "dlls/user32/class.c". https://source.winehq.org/source/dlls/user32/class.c

Debug channel "class".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.