calling glutCreateWindow from within a dll.

I am building a dll, in one off the function I would like to do some graphics on the screen. trying to use glut I am calling.
glutInit(&argc,argv);
but i do not know how to initialize and declare the parameters argc and argv.
any sugestion is welcome.