You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the BluetoothAuthenticateDevice API. This function lives in bthprops.cpl. Without an explicit .cpl suffix, callers may fail attempting to append system native .dll, .a, etc. instead.
Propose that all imports that stray from the defaults be generated with explicit dllNames.
The text was updated successfully, but these errors were encountered:
riverar
changed the title
DllImportAttribute dllName not explicitly specified for bthprops.cpl, et al.
DllImportAttribute dllName not explicitly specified for bthprops.cpl
Oct 29, 2021
Consider the
BluetoothAuthenticateDevice
API. This function lives inbthprops.cpl
. Without an explicit.cpl
suffix, callers may fail attempting to append system native.dll
,.a
, etc. instead.Propose that all imports that stray from the defaults be generated with explicit dllNames.
Related: microsoft/windows-rs#1255
The text was updated successfully, but these errors were encountered: