| 40 | { } |
| 41 | |
| 42 | HDisplayProfiles NewDisplayProfiles() |
| 43 | { |
| 44 | DisplayProfiles* profiles = new DisplayProfiles(); |
| 45 | profiles->m_NameHash = 0x0; |
| 46 | profiles->m_AutoLayoutSelection = true; |
| 47 | return profiles; |
| 48 | } |
| 49 | |
| 50 | |
| 51 | void DeleteDisplayProfiles(HDisplayProfiles profiles) |
no outgoing calls