#ifndef _CbVariable_H_
#define _CbVariable_H_

// コールバック関数
HRESULT VariableGetdatetime(CALLBACK_T strCallback);
HRESULT VariableGetvalue(CALLBACK_T strCallback);
HRESULT VariablePutvalue(CALLBACK_T strCallback);
HRESULT VariableGetattribute(CALLBACK_T strCallback);
HRESULT VariableGethelp(CALLBACK_T strCallback);
HRESULT VariableGetname(CALLBACK_T strCallback);
HRESULT VariableGettag(CALLBACK_T strCallback);
HRESULT VariablePuttag(CALLBACK_T strCallback);
HRESULT VariableGetid(CALLBACK_T strCallback);
HRESULT VariablePutid(CALLBACK_T strCallback);
HRESULT VariableGetmicrosecond(CALLBACK_T strCallback);
HRESULT VariableRelease(CALLBACK_T strCallback);

#endif	//_CbVariable_H_
