wdfcore.h header
This header is used by wdf. For more information, see:
wdfcore.h contains the following programming interfaces:
Functions
WDF_ABS_TIMEOUT_IN_MS The WDF_ABS_TIMEOUT_IN_MS function converts a specified number of milliseconds to an absolute time value. |
WDF_ABS_TIMEOUT_IN_SEC The WDF_ABS_TIMEOUT_IN_SEC function converts a specified number of seconds to an absolute time value. |
WDF_ABS_TIMEOUT_IN_US The WDF_ABS_TIMEOUT_IN_US function converts a specified number of microseconds to an absolute time value. |
WDF_ALIGN_SIZE_DOWN The WDF_ALIGN_SIZE_DOWN function returns the next-lower buffer size that is aligned to a specified alignment offset. |
WDF_ALIGN_SIZE_UP The WDF_ALIGN_SIZE_UP function returns the next-higher buffer size that is aligned to a specified alignment offset. |
WDF_REL_TIMEOUT_IN_MS The WDF_REL_TIMEOUT_IN_MS function converts a specified number of milliseconds to a relative time value. |
WDF_REL_TIMEOUT_IN_SEC The WDF_REL_TIMEOUT_IN_SEC function converts a specified number of seconds to a relative time value. |
WDF_REL_TIMEOUT_IN_US The WDF_REL_TIMEOUT_IN_US function converts a specified number of microseconds to a relative time value. |