Changeset 364


Ignore:
Timestamp:
Feb 5, 2010, 8:57:20 PM (16 years ago)
Author:
RBRi
Message:

format updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hlpmgr/helpinstance.c

    r360 r364  
    99// Viewer handling
    1010//--------------------------------------------------------------------------------
     11
    1112
    1213// Start the viewer if it's not already running
     
    3132}
    3233
     34
    3335// Send a message to the viewer. If it hasn't
    3436// started yet, then queue the message.
     
    8284}
    8385
     86
    8487// Post messages to the viewer that have been
    8588// queued up waiting for it to complete startup
     
    105108}
    106109
     110
    107111void CloseViewer( TPHelpInstance pHelpInstance )
    108112{
     
    114118  }
    115119}
     120
    116121
    117122//--------------------------------------------------------------------------------
     
    181186            pHelpInstance -> FNumApplicationWindows );
    182187}
     188
    183189
    184190// Removes the given window from the list of associated
     
    214220}
    215221
     222
    216223// Returns true if the given window is associated with
    217224// the given help instance
     
    232239}
    233240
     241
    234242//--------------------------------------------------------------------------------
    235243// Help instance
    236244//--------------------------------------------------------------------------------
     245
    237246
    238247// return the HelpInstance with the given handle
     
    252261  return (TPHelpInstance) ulInstance;
    253262}
     263
    254264
    255265//--------------------------------------------------------------------------------
     
    264274    FreeHelpTable( & ( pHelpInstance -> pHelpTable ) );
    265275}
     276
    266277
    267278//--------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.