What's new

Solved Xbox 360 SDK Help

  • Thread starter TheUnknownCoder
  • Start date
  • Views 579
TheUnknownCoder

TheUnknownCoder

Enthusiast
Messages
267
Reaction score
36
Points
85
Sin$
7
ok so i have the sdk and i was looking through the documentation and was wondering how i would get this to work its the XShowMessageBoxUI
Code:
DWORD XShowMessageBoxUI(
DWORD dwUserIndex,
LPCWSTR wszTitle,
LPCWSTR wszText,
DWORD cButtons,
LPCWSTR *pwszButtons,
DWORD dwFocusButton,
DWORD dwFlags,
MESSAGEBOX_RESULT *pResult,
XOVERLAPPED *pOverlapped
)
 
Xeren

Xeren

♦♦♦ God Complex ♦♦♦
Legendary Veteran Programmer Modder
Messages
5,668
Reaction score
2,107
Points
795
Sin$
0
ok so i have the sdk and i was looking through the documentation and was wondering how i would get this to work its the XShowMessageBoxUI
Code:
DWORD XShowMessageBoxUI(
DWORD dwUserIndex,
LPCWSTR wszTitle,
LPCWSTR wszText,
DWORD cButtons,
LPCWSTR *pwszButtons,
DWORD dwFocusButton,
DWORD dwFlags,
MESSAGEBOX_RESULT *pResult,
XOVERLAPPED *pOverlapped
)
You simple enter in the args. If there is something you don't need fill it with null.
 
TheUnknownCoder

TheUnknownCoder

Enthusiast
Messages
267
Reaction score
36
Points
85
Sin$
7
so i just replace them with what i want them to say and stuff cos i tried that and it dint work
Code:
DWORD XShowMessageBoxUI(DWORD XUSER_INDEX_ANY,LPCWSTR Hello,LPCWSTR Hello,DWORD 1,LPCWSTR hello,DWORD 1,DWORD XMB_ALERTICON,MESSAGEBOX_RESULT *pResult,XOVERLAPPED *pOverlapped)
 
Top Bottom
Login
Register