3ds Max C++ API Reference
Loading...
Searching...
No Matches
HoldBegin.h File Reference
#include "CoreExport.h"
#include "MaxHeap.h"
#include "strclass.h"

Classes

class  HoldBegin

Namespaces

namespace  MaxSDK
 An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );.