Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 613 Bytes

File metadata and controls

33 lines (26 loc) · 613 Bytes

vstSetEventInfo

Description

Sets the VS Tool Event Return Value

PROCEDURE vstSetEventInfo(
				inAction     : LONGINT;
				inMessage1   : LONGINT;
				inMessage1   : LONGINT;
				inRsrcFileID : INTEGER);
def vs.vstSetEventInfo(inAction, inMessage1, inMessage1, inRsrcFileID):
    return None

Parameters

Name Type Description
inAction LONGINT
inMessage1 LONGINT
inMessage1 LONGINT
inRsrcFileID INTEGER

Version

Availability: from All Versions

This is drop-in function.

Category