i am trying to find what valid values might be for this type

vb Code:
  1. Dim sa As SECURITY_ATTRIBUTES
  2.     sa.nLength = 50
  3.     sa.lpSecurityDescriptor = 0
  4.     sa.bInheritHandle = True

i tried google but found nothing that gave any information to what values can be used for the members