Definitions

Sorry, no definitions found. Check out and contribute to the discussion of this word!

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word uchar.

Examples

  • NumPut (123, pvData+0, 0, "uchar"); Call without BYREF to avoid copying the contents of the array back if changed.

    AutoHotkey Community 2010

  • NumPut (0, Buf, BytesRead, "uchar"); terminate data read with a null

    AutoHotkey Community 2010

  • NumPut (123, pvData+0, 0, "uchar"); Call without BYREF to avoid copying the contents of the array back if changed.

    AutoHotkey Community 2010

  • L: = strlen (header) numput (r, ppm, x * y + L, "uchar") numput (g, ppm, x * y + L + 1, "uchar") numput (b, ppm, x * y + L + 2, "uchar")

    AutoHotkey Community 2009

  • L: = strlen (header) numput (r, ppm, x * y + L, "uchar") numput (g, ppm, x * y + L + 1, "uchar") numput (b, ppm, x * y + L + 2, "uchar")

    AutoHotkey Community 2009

  • VarSetCapacity (a,1,0); erase our variable (wont remove private bytes though) a: = "win! passed this test"; assign our new string numput (0, a,4, "uchar"); inserts binary zero to cut string off

    AutoHotkey Community 2008

  • Loop \% NumGet (pLine+1,0, "uchar") {; pLine - > mArgc pArg: = NumGet (pLine+4) + (A_Index-1) * 12; pLine - > mArg [A_Index-1] if (NumGet (pArg+0,0, "uchar")!

    AutoHotkey Community 2009

  • Loop \% NumGet (pLine+1,0, "uchar") {; pLine - > mArgc pArg: = NumGet (pLine+4) + (A_Index-1) * 12; pLine - > mArg [A_Index-1] if (NumGet (pArg+0,0, "uchar")!

    AutoHotkey Community 2009

  • NumGet (pDeref+0)); pDeref - > marker (NULL terminates list) break if (NumGet (pDeref+8,0, "uchar")); pDeref - > is_function

    AutoHotkey Community 2009

  • NumGet (pDeref+0)); pDeref - > marker (NULL terminates list) break if (NumGet (pDeref+8,0, "uchar")); pDeref - > is_function

    AutoHotkey Community 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.