#ifndef _NTREGAPI_H typedef enum _REG_ACTION { KeyAdded, KeyRemoved, KeyModified } REG_ACTION; #endif View code on GitHub
No description available.