caion90 Posted January 12, 2012 Report Share Posted January 12, 2012 não sei fazer isso, preciso da ajuda do forum...NTSTATUS ZwCreateSection( __out PHANDLE SectionHandle, __in ACCESS_MASK DesiredAccess, __in_opt POBJECT_ATTRIBUTES ObjectAttributes, __in_opt PLARGE_INTEGER MaximumSize, __in ULONG SectionPageProtection, __in ULONG AllocationAttributes, __in_opt HANDLE FileHandle ); os __in_opt são opcionais, como faço para ver se eles estão ou não setados? já tentei if (ObjectAttributes != 0x00), if (ObjectAttributes)... Quote Link to comment Share on other sites More sharing options...
0 Ruyfreis Posted January 19, 2012 Report Share Posted January 19, 2012 Me desculpe se a resposta for muito boba, mas não seria melhor comparar com NULL ao invés de 0x00? Quote Link to comment Share on other sites More sharing options...
Question
caion90
não sei fazer isso, preciso da ajuda do forum...
os __in_opt são opcionais, como faço para ver se eles estão ou não setados? já tenteiLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.