NAME

DSA_Destroy  (COMCTL32.321)

SYNOPSIS

 BOOL DSA_Destroy
 (
  HDSA hdsa
 )

DESCRIPTION

Destroys a dynamic storage array.

PARAMS

hdsa [In] pointer to the array control structure.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

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

Implemented in "dlls/comctl32/dsa.c". https://source.winehq.org/source/dlls/comctl32/dsa.c

Debug channel "dsa".


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