#ifndef _NTSTRSAFE_H_INCLUDED_
// helper macro to set the fill character and specify buffer filling
#define STRSAFE_FILL_BYTE(x) ((DWORD)((x & 0x000000FF) | STRSAFE_FILL_BEHIND_NULL))
View code on GitHub
No description available.