1DdDeleteDirectDrawObject
2
3we need release directdraw handler the cache or not cache handler
41. check see if DirectDrawGlobal->hDD is NULL or not
5
62. if both cache directdraw handler and public handler is NULL
7   then we need return false, fail to release it or it was already release
8
93. if public directdraw handler is not null we need release it
10   and return if we susses or not.
11
124. we need check if we need rest the internal cache if public being release
13
14
15use  NtGdiDdDeleteDirectDrawObject((HANDLE)DirectDrawGlobal->hDD);
16to release a directdraw handler.
17