From 8c80dd1189e845e9791adf6d5b6ae1036e0a5218 Mon Sep 17 00:00:00 2001 From: odalet Date: Sun, 10 Aug 2014 18:24:48 +0200 Subject: [PATCH] Fixing SendMessage API example missing colon! Just made sure the colon was mandatory when using the WM_COPYDATA API --- doc/Command Line.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Command Line.txt b/doc/Command Line.txt index c68d6fa51..1cc041d66 100644 --- a/doc/Command Line.txt +++ b/doc/Command Line.txt @@ -43,7 +43,7 @@ WM_COPYDATA (SendMessage API): That is, by sending this message: ILSpy: C:\Assembly.dll - /navigateTo T:Type + /navigateTo:T:Type The target ILSpy instance will open C:\Assembly.dll and navigate to the specified type. ILSpy will return TRUE (1) if it handles the message, and FALSE (0) otherwise.