Browse Source

Fixing SendMessage API example

missing colon! Just made sure the colon was mandatory when using the WM_COPYDATA API
pull/486/head
odalet 11 years ago
parent
commit
8c80dd1189
  1. 2
      doc/Command Line.txt

2
doc/Command Line.txt

@ -43,7 +43,7 @@ WM_COPYDATA (SendMessage API): @@ -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.

Loading…
Cancel
Save