| 2203 | }; |
| 2204 | |
| 2205 | class UtilPopup_CheckMenu |
| 2206 | { |
| 2207 | public: |
| 2208 | UtilPopup_CheckMenu( HMENU hMenu, int iMenuItem, uint32_t bIsChecked ) |
| 2209 | { |
| 2210 | if (bIsChecked) |
| 2211 | { |
| 2212 | CheckMenuItem(hMenu, iMenuItem, MF_CHECKED); |
| 2213 | } |
| 2214 | } |
| 2215 | }; |
| 2216 | |
| 2217 | std::string filename1= "\""; |
| 2218 | filename1.append( disk2Card.GetFullName(iDrive) ); |
no outgoing calls
no test coverage detected