39 PROPSHEETHEADER propSheetHeader = {
sizeof(propSheetHeader) };
40 PROPSHEETPAGE propSheetPage;
41 HPROPSHEETPAGE pages[1];
47 PhShowStatus(NULL, L
"Unable to load the archive file", status, 0);
51 propSheetHeader.dwFlags =
55 propSheetHeader.hwndParent = NULL;
57 propSheetHeader.nPages = 0;
58 propSheetHeader.nStartPage = 0;
59 propSheetHeader.phpage = pages;
62 memset(&propSheetPage, 0,
sizeof(PROPSHEETPAGE));
63 propSheetPage.dwSize =
sizeof(PROPSHEETPAGE);
66 pages[propSheetHeader.nPages++] = CreatePropertySheetPage(&propSheetPage);
68 PropertySheet(&propSheetHeader);
84 ULONG fallbackColumns[] = { 0, 1, 2, 3 };
91 lvHandle = GetDlgItem(hwndDlg,
IDC_LIST);
125 switch (importEntry.
Type)
127 case IMPORT_OBJECT_CODE:
130 case IMPORT_OBJECT_DATA:
133 case IMPORT_OBJECT_CONST:
145 case IMPORT_OBJECT_ORDINAL:
148 case IMPORT_OBJECT_NAME:
151 case IMPORT_OBJECT_NAME_NO_PREFIX:
152 type = L
"Name, No Prefix";
154 case IMPORT_OBJECT_NAME_UNDECORATE:
155 type = L
"Name, Undecorate";