|
Lhaz
|
OLE Drag and drop [詳解]
#include "lhaz.h"#include <vector>#include <oleidl.h>#include <objidl.h>#include "mydebug.h"#include "lhazarc.h"#include "lhazarcs.h"#include "lhazif.h"#include "gui/lhazlistview.h"#include "lhazole.h"#include "lhaztab.h"#include "OleDragDrop.h"マクロ定義 | |
| #define | RINOK(x) { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } |
OLE Drag and drop
| #define RINOK | ( | x | ) | { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; } |