i am trying to find what valid values might be for this type
vb Code:
Dim sa As SECURITY_ATTRIBUTES sa.nLength = 50 sa.lpSecurityDescriptor = 0 sa.bInheritHandle = True
i tried google but found nothing that gave any information to what values can be used for the members


Reply With Quote