Home
last modified time | relevance | path

Searched refs:pDialogName (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c3398 PIMAGE_RESOURCE_DIR_STRING_U pDialogName; in GetContentsOfDialog() local
3446 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()