Call in DLL to SDL_GetKeyboardState always return 134?

Hi Guys,

On my event poll, where a print the state of GetKeyboardState, this return 134?

And on scancode header is SDL_SCANCODE_KP_EQUALSAS400 = 134

This is a VB6 port, and on doc this function return Uint8*, and on VB6 is a Byte or a Long

With Long, return 1686014598, and with byte returns 134

state: 134
state long: 1686014598

Any help with this returns ?