I'm working on the creation of an ActiveX EXE using VB6, and the only example I got is all written in Delphi.
Reading the example code, I noticed there are some functions whose signatures are followed by the safecall keyword. Here's an example:
function AddSymbol(ASymbol: OleVariant): WordBool; safecall;
What is the purpose of this keyword?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…