Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
647 B

  1. /* Copyright (C) Boris Nikolaus, Germany, 1996-1997. All rights reserved. */
  2. /* Copyright (C) Microsoft Corporation, 1997-1998. All rights reserved. */
  3. #ifndef _ASN1C_OPT_CASE_H_
  4. #define _ASN1C_OPT_CASE_H_
  5. int PerOptCase_IsSignedInteger(PERSimpleTypeInfo_t *sinfo);
  6. int PerOptCase_IsUnsignedInteger(PERSimpleTypeInfo_t *sinfo);
  7. int PerOptCase_IsSignedShort(PERSimpleTypeInfo_t *sinfo);
  8. int PerOptCase_IsUnsignedShort(PERSimpleTypeInfo_t *sinfo);
  9. int PerOptCase_IsBoolean(PERSimpleTypeInfo_t *sinfo);
  10. int PerOptCase_IsTargetSeqOf(PERTypeInfo_t *info);
  11. int BerOptCase_IsBoolean(BERTypeInfo_t *info);
  12. #endif // _ASN1C_OPT_CASE_H_