windows-nt/Source/XPSP1/NT/net/sfm/uam/uam5src/uamsrc/uamdlogtext.h

1 line
618 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// =========================================================================== // UAMDLOGText.h <09> 1997 Microsoft Corp. All rights reserved. // =========================================================================== #pragma once void UAM_AdjustText ( ControlHandle ); void UAM_DoScrolling ( ControlHandle, short ); pascal void UAM_ScrollText ( ControlHandle, short ); void UAM_SetScrollBar ( ControlHandle ); void UAM_UpdateText ( DialogPtr ); void UAM_SetSText ( DialogPtr, short ); void UAM_MakeText ( DialogPtr, short, short, short ); void UAM_FixText (DialogPtr );