Closed badcel closed 11 months ago
Use library import attribute instead of DllImport.
DllImport
See https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.libraryimportattribute?view=net-8.0
Supports custom string marshaling.
Use library import attribute instead of
DllImport
.See https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.libraryimportattribute?view=net-8.0
Supports custom string marshaling.