Home
last modified time | relevance | path

Searched defs:CTL_CODE_T (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinioctl.d106 template CTL_CODE_T(DEVICE_TYPE t, uint f, uint m, uint a) { in CTL_CODE_T() function
107 enum DWORD CTL_CODE_T = (t << 16) | (a << 14) | (f << 2) | m; in CTL_CODE_T() local