declare_reachable
Visual Studio 2012
Informs garbage collection that the indicated address is to allocated storage and is reachable.
void declare_reachable(
void *_Ptr
);
Informs garbage collection that the indicated address is to allocated storage and is reachable.
void declare_reachable(
void *_Ptr
);