DMDLL_GetCountForInterfaceDeviceStack

디바이스 스택의 개수를 리턴합니다.


Description

int DMDLL_GetCountForInterfaceDeviceStack( 
    OUT int * pFoundedCount
)

Parameters

pFoundedCount
    검색된 디바이스 스택의 개수가 담겨질 버퍼의 포인터

Return Values

return  int
    작업이 성공할 경우 DMSTAT_SUCCESS 리턴

Changelog


Examples

int nStackCount = 0;
int nRet = 0;

nRet = DMDLL_GetCountForInterfaceDeviceStack(&nStackCount);
if (nRet == DMSTAT_SUCCESS)
{
        printf(“StackCount : %d \n”, nStackCount);
}

results matching ""

    No results matching ""