setPNGIcon64x64 method

bool setPNGIcon64x64(
  1. Pointer<Void> pvBuffer,
  2. int cbBufferLength
)

Implementation

bool setPNGIcon64x64(
  Pointer<Void> pvBuffer,
  int cbBufferLength,
) =>
    _setPNGIcon64x64.call(
      this,
      pvBuffer,
      cbBufferLength,
    );