#include <windows.h>
#include <tchar.h>
#include <fstream>
|
| struct | ProcessData3dsMax |
| | When a 3ds Max session starts up, immediately after creating the main HWND a named file mapping object is created that contains the data associated with an instance of struct ProcessData3dsMax. More...
|
|
| namespace | MaxSDK |
| | An RAII class for automatically closing handle returned from FindFirstFile Example usages: MaxSDK::AutoFindClose findhandle( FindFirstFile(path.data(), &file) );.
|
| namespace | MaxSDK::Util |
|
| HWND | FindProcessMainWindow (DWORD processId, DWORD &maxVersion) |
| | Utility function to get the main 3ds Max window handle for the given process handle.
|