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
WDF_STRUCTURE_SIZE is a macro available in the WDK, but isn't available in wdk-sys since bindgen can't generate macros. WDF_STRUCTURE_SIZE is useful since many of the _INIT macros are also not available right now. A 1:1 implementation of WDF_STRUCTURE_SIZE should be made available in wdk-sys, although an equivalent shouldn't be needed in wdk given that the safe abstractions shouldn't need to do any of the c-style manual initializations.
The text was updated successfully, but these errors were encountered:
WDF_STRUCTURE_SIZE
is a macro available in the WDK, but isn't available inwdk-sys
since bindgen can't generate macros.WDF_STRUCTURE_SIZE
is useful since many of the_INIT
macros are also not available right now. A 1:1 implementation ofWDF_STRUCTURE_SIZE
should be made available inwdk-sys
, although an equivalent shouldn't be needed inwdk
given that the safe abstractions shouldn't need to do any of the c-style manual initializations.The text was updated successfully, but these errors were encountered: