◄Message Group► ◄Overview► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINMESSAGEMGR WM_SUBSTITUTESTRING index = SHORT1FROMMP(mp1); /* index of substitution string */ The WM_SUBSTITUTESTRING message is sent as part of the processing of the WinSubstituteStrings function. It allows an application to substitute phrases within a string. Parameter Description ──────────────────────────────────────────────────────────────────────────── index Low word of mp1. Specifies a value that is equal to the numeric value in the substitution string. It can be any value between 0 and 9. Return Value An application should return a far pointer to a substitution string or NULL to indicate no string. See Also WinSubstituteStrings ♦