I have no errors with my base, everything is declared and defined, as it should be. The only problem I'm having is the "Drawbox(" not showing up in test9 when I try to test it, could you help me?

Here is my base,
Code:
/* This is a Base made by xGhost, built from scratch. */

#include "Menu.h"
#include <iostream>

oEndScene pEndScene;

void BuildMenu(char * menuname, int x, int y, int h, int w, DWORD TITLECOL, DWORD BACKCOLOR, DWORD BORDERCOLOR, LPDIRECT3DDEVICE9 pDevice)
{
		DrawBox(5,6,210,124,D3DCOLOR_XRGB(174,174,174),D3DCOLOR_ARGB(0,0,0,0),pDevice); //Menu Back 
		return;
}


HRESULT WINAPI EndScene(LPDIRECT3DDEVICE9 pDevice)
{
	return pEndScene(pDevice);
}
I'm new I can't learn by only reading I need to do it and learn from others, it's how I learn it can't be changed... I've tried several things to make it work but nothing seems to be working for me. I'm asking the community for help, I only ask that you don't post things like "Read a book"...