This macro is defined in ntddk.h and devioctl.h #define CTL_CODE(DeviceType, Function, Method, Access) \ (((DeviceType) << 16) | ((Access) << 14) ...
確定! 回上一頁