RTL_SEC_TO_100NANOSEC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

// 100-Nanoseconds
#define RTL_SEC_TO_100NANOSEC(s)       ((s) * RTL_100NANOSEC_PER_SEC)

#endif

View code on GitHub

No description available.