Looking through some of the additions to the WDK, I found an interesting structure, RTL_RUN_ONCE . After a little more digging, I found that it is also exposed in user mode under a different typedef, INIT_ONCE . They both have the same set of functionality,
Read More...