Sm_AgentApi_FreeAttributes()

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