GWLP_USERDATA top-level constant

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

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.GWLP_USERDATA instead')
const GWLP_USERDATA = -21;