Searched refs:pDialogName (Results 1 – 1 of 1) sorted by relevance
3398 PIMAGE_RESOURCE_DIR_STRING_U pDialogName; in GetContentsOfDialog() local3446 pDialogName = (PIMAGE_RESOURCE_DIR_STRING_U) in GetContentsOfDialog()3448 sLength += pDialogName->Length + 1; in GetContentsOfDialog()3502 pDialogName = (PIMAGE_RESOURCE_DIR_STRING_U) in GetContentsOfDialog()3506 for (j = 0; j < pDialogName->Length; j++) in GetContentsOfDialog()3507 *pMem++ = (char) (pDialogName->NameString[j]); in GetContentsOfDialog()