Complete the following Macro definition. The purpose is to check whether a string (passed as a parameter) is a numeric string or not. Below are the parameter descriptions: mystr : BYTES, is an array of ASCII characters len: DWORD, number of characters in mystr resp: DWORD, to be set to +1 if all characters in mystr are numeric, otherwise should be set to-1 IsNum MACRO mystr, len, resp