CopyIcon function user32

int CopyIcon(
  1. int hIcon
)

Copies the specified icon from another module to the current module.

HICON CopyIcon(
  HICON hIcon
);

Implementation

int CopyIcon(int hIcon) => _CopyIcon(hIcon);