WindowsDeleteString function winrt

int WindowsDeleteString(
  1. int string
)

Decrements the reference count of a string buffer.

HRESULT WindowsDeleteString(
  HSTRING string
);

Implementation

int WindowsDeleteString(int string) => _WindowsDeleteString(string);