SetWindowIcons method

void SetWindowIcons(
  1. Pointer<ImageC> images,
  2. int count
)

Implementation

void SetWindowIcons(Pointer<ImageC> images, int count) {
  return _SetWindowIcons(images, count);
}