RTL_SEC_TO_NANOSEC - NtDoc

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

//
// Time conversion macros (ordered by unit)
//

// Nanoseconds
#define RTL_SEC_TO_NANOSEC(s)          ((s) * RTL_NANOSEC_PER_SEC)

#endif

View code on GitHub

No description available.