GWL_USERDATA top-level constant

  1. @Deprecated('Use WINDOW_LONG_PTR_INDEX.GWL_USERDATA instead')
int const GWL_USERDATA

Gets/sets the user data associated with the window. This data is intended for use by the application that created the window. Its value is initially zero.

Implementation

@Deprecated('Use WINDOW_LONG_PTR_INDEX.GWL_USERDATA instead')
const GWL_USERDATA = -21;