Jungo WinDriver  
Official Documentation

◆ CTL_CODE

#define CTL_CODE (   DeviceType,
  Function,
  Method,
  Access 
)
Value:
( \
((DeviceType)<<16) | ((Access)<<14) | ((Function)<<2) | (Method) \
)

Definition at line 1556 of file windrvr.h.