APE_LINK_START_BLOCK_TAG
char * pStartBlock = strstr(pData, APE_LINK_START_BLOCK_TAG);
(_strnicmp(pStartBlock, APE_LINK_START_BLOCK_TAG, strlen(APE_LINK_START_BLOCK_TAG)) == 0) &&
m_nStartBlock = atoi(&pStartBlock[strlen(APE_LINK_START_BLOCK_TAG)]);