1 #include "../Instrument.h" 5 Instrument(prmX, prmY, prmXScale, prmYScale, prmBus, prmLogger, prmDevice, prmFonts)
19 WCHAR lclOutgoing[80], lclPrompt[80];
20 swprintf_s(lclPrompt, 80, L
"%S",
prompt);
21 DrawTextW(lclPrompt, 0, 0, 0, DT_NOCLIP, 0xFF00FFFF);
24 swprintf_s(lclOutgoing, 80, L
"%S_",
outgoing);
26 swprintf_s(lclOutgoing, 80, L
"%S",
outgoing);
27 DrawTextW(lclOutgoing, 0, 10, 0, DT_NOCLIP, 0xFFFFFFFF);
void AddToCallStack(const char *msg)