Pointer alignment

I am sending some opengl commands over a network. Anyway when I unpack them from memory the pointers to the start of chunks of memory might not be DWORD aligned.

For functions like
glDeleteTextures which takes an array of GLints
does that matter ? I know on some platforms it might be an issue but I am coding under win32