1# OH_NativeBundle_ApplicationInfo 2 3 4## Overview 5 6The **OH_NativeBundle_ApplicationInfo** struct defines the application information. 7 8It is an output parameter of [OH_NativeBundle_GetCurrentApplicationInfo()](_bundle.md#oh_nativebundle_getcurrentapplicationinfo). 9 10**Since**: 9 11 12**Related module**: [Bundle](_bundle.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| [bundleName](#bundlename) | Bundle name of the application.| 23| [fingerprint](#fingerprint) | Fingerprint information of the bundle.| 24 25 26## Member Variable Description 27 28 29### bundleName 30 31 32``` 33char* OH_NativeBundle_ApplicationInfo::bundleName 34``` 35 36**Description** 37 38Bundle name of the application. 39 40**Since**: 9 41 42 43### fingerprint 44 45 46``` 47char* OH_NativeBundle_ApplicationInfo::fingerprint 48``` 49 50**Description** 51 52Fingerprint information of the bundle. 53 54**Since**: 9 55