Anonymous
|
How does one make use of this function? In my LS, I have defined: Const NOTE_CLASS = 3 Const NOTE_CLASS_ALLNONDATA = &h7ffe I would like to make a call like: Call W32_NSFNoteSetInfo( hNote, NOTE_CLASS, NOTE_CLASS_ALLNONDATA ) but for the third parameter it is not expecting the value, but instead a pointer to the value.
|