Changeset 364
- Timestamp:
- Feb 5, 2010, 8:57:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hlpmgr/helpinstance.c
r360 r364 9 9 // Viewer handling 10 10 //-------------------------------------------------------------------------------- 11 11 12 12 13 // Start the viewer if it's not already running … … 31 32 } 32 33 34 33 35 // Send a message to the viewer. If it hasn't 34 36 // started yet, then queue the message. … … 82 84 } 83 85 86 84 87 // Post messages to the viewer that have been 85 88 // queued up waiting for it to complete startup … … 105 108 } 106 109 110 107 111 void CloseViewer( TPHelpInstance pHelpInstance ) 108 112 { … … 114 118 } 115 119 } 120 116 121 117 122 //-------------------------------------------------------------------------------- … … 181 186 pHelpInstance -> FNumApplicationWindows ); 182 187 } 188 183 189 184 190 // Removes the given window from the list of associated … … 214 220 } 215 221 222 216 223 // Returns true if the given window is associated with 217 224 // the given help instance … … 232 239 } 233 240 241 234 242 //-------------------------------------------------------------------------------- 235 243 // Help instance 236 244 //-------------------------------------------------------------------------------- 245 237 246 238 247 // return the HelpInstance with the given handle … … 252 261 return (TPHelpInstance) ulInstance; 253 262 } 263 254 264 255 265 //-------------------------------------------------------------------------------- … … 264 274 FreeHelpTable( & ( pHelpInstance -> pHelpTable ) ); 265 275 } 276 266 277 267 278 //--------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.