Sm_AgentApi_FreeAttributes()
レスポンス属性のバッファを解放します。
casso127jpjp
レスポンス属性のバッファを解放します。
構文
void Sm_AgentApi_FreeAttributes (const long nNumAttributes,const Sm_AgentApi_Attribute_t* pAttributes);
パラメータ | I/O | 説明 |
nNumAttributes
| I | pAttributes 内の属性の数。 |
pAttributes
| I | レスポンス属性定義構造体の配列へのポインタ。 |
例
サンプル アプリケーション smagentexample.cpp の SmAgentExample::Sm_Login() 関数を参照してください。